diff options
Diffstat (limited to 'app/client/i18n/i18n.en.js')
| -rw-r--r-- | app/client/i18n/i18n.en.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/client/i18n/i18n.en.js b/app/client/i18n/i18n.en.js index 406afa6..3003014 100644 --- a/app/client/i18n/i18n.en.js +++ b/app/client/i18n/i18n.en.js @@ -1,4 +1,5 @@ export default { + language: 'en', header: { system: "system", dashboard: "dashboard", @@ -24,6 +25,9 @@ export default { not_processing: "Not Processing", processing: "Processing", }, + system: { + + }, pix2pixhd: { live: { network: { |
