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.js36
1 files changed, 0 insertions, 36 deletions
diff --git a/htdocs/src/js/i18n/locales/en.js b/htdocs/src/js/i18n/locales/en.js
deleted file mode 100644
index 9717528..0000000
--- a/htdocs/src/js/i18n/locales/en.js
+++ /dev/null
@@ -1,36 +0,0 @@
-const en = {
- branding: {
- description: 'Front-end developer',
- },
- nav: {
- title: 'Apps list:',
- },
- main: {
- instructions:
- 'Select an app inside menu to see a live preview and app details (description, technologies, repositories).',
- project: {
- details: {
- about: 'About {{name}}',
- repo: {
- one: 'Repository:',
- other: 'Repositories:',
- zero: 'Repositories:',
- },
- tech: {
- one: 'Technology:',
- other: 'Technologies:',
- zero: 'Technologies:',
- },
- },
- },
- },
- footer: {
- legalNotice: {
- txt: 'Legal notice',
- link: 'legal-notice.html',
- },
- license: 'License MIT',
- },
-};
-
-export default en;