aboutsummaryrefslogtreecommitdiff
path: root/src/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/strings-prelude2
-rw-r--r--src/i18n/strings.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/i18n/strings-prelude b/src/i18n/strings-prelude
index 147b6c939..aa6602bd4 100644
--- a/src/i18n/strings-prelude
+++ b/src/i18n/strings-prelude
@@ -14,4 +14,4 @@
TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
-export let strings: {[s: string]: any} = {};
+export const strings: {[s: string]: any} = {};
diff --git a/src/i18n/strings.ts b/src/i18n/strings.ts
index 289dcbedc..06fb7a896 100644
--- a/src/i18n/strings.ts
+++ b/src/i18n/strings.ts
@@ -14,7 +14,7 @@
TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
-export let strings: { [s: string]: any } = {};
+export const strings: { [s: string]: any } = {};
strings["de"] = {
domain: "messages",
locale_data: {