aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/src/js/i18n/locales/en.js
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/src/js/i18n/locales/en.js')
-rw-r--r--htdocs/src/js/i18n/locales/en.js12
1 files changed, 10 insertions, 2 deletions
diff --git a/htdocs/src/js/i18n/locales/en.js b/htdocs/src/js/i18n/locales/en.js
index d8fea40..d548757 100644
--- a/htdocs/src/js/i18n/locales/en.js
+++ b/htdocs/src/js/i18n/locales/en.js
@@ -11,8 +11,16 @@ const en = {
project: {
details: {
about: 'About {{name}}',
- repo: 'Repositories:',
- tech: 'Technologies:',
+ repo: {
+ one: 'Repository:',
+ other: 'Repositories:',
+ zero: 'Repositories:',
+ },
+ tech: {
+ one: 'Technology:',
+ other: 'Technologies:',
+ zero: 'Technologies:',
+ },
},
},
},