diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-05-29 12:37:35 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-05-29 12:37:35 +0200 |
commit | 9950c62579298a5dac8cbd51d700507ce4d90063 (patch) | |
tree | c8993f07c501fbb40a08be40d67813c852d186ab /src/i18n | |
parent | 3f01c9490bd6932aa991ecd86e8aaacecb911efc (diff) |
fix strings.ts generation
Diffstat (limited to 'src/i18n')
-rw-r--r-- | src/i18n/strings.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/i18n/strings.ts b/src/i18n/strings.ts index 19a9293a4..806989369 100644 --- a/src/i18n/strings.ts +++ b/src/i18n/strings.ts @@ -15,7 +15,7 @@ */ export let strings: {[s: string]: any} = {}; -strings['undefined'] = { +strings['de'] = { "domain": "messages", "locale_data": { "messages": { @@ -174,7 +174,7 @@ strings['undefined'] = { } } }; -strings['undefined'] = { +strings['en-US'] = { "domain": "messages", "locale_data": { "messages": { @@ -333,7 +333,7 @@ strings['undefined'] = { } } }; -strings['undefined'] = { +strings['fr'] = { "domain": "messages", "locale_data": { "messages": { @@ -492,7 +492,7 @@ strings['undefined'] = { } } }; -strings['undefined'] = { +strings['it'] = { "domain": "messages", "locale_data": { "messages": { |