diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-03-29 19:46:24 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-03-29 19:46:24 +0100 |
| commit | 1eae3adac33a3299d6165e88f78336d4899618a3 (patch) | |
| tree | a34c3133e73d3d1f0b03780bc320f62f1d306823 /app/client/i18n/i18n.en.js | |
| parent | 8c1a9a05599c1e1b45992ab14fc391f89f34e63d (diff) | |
gray background on pyro
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: { |
