summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-01-19 22:14:26 -0600
committerCorey Hulen <corey@hulen.com>2016-01-19 22:14:26 -0600
commit1acd38b7b19521d06d274c42c00ce7072cd92196 (patch)
treed87809ff2a306e5428b0ab6973d05509baa21abd /i18n
parent36c5c46e24f745ee80b49f47363217fcb740ce53 (diff)
parent96f8394bf451fd5a903f1f107fb276c61f6c2009 (diff)
downloadchat-1acd38b7b19521d06d274c42c00ce7072cd92196.tar.gz
chat-1acd38b7b19521d06d274c42c00ce7072cd92196.tar.bz2
chat-1acd38b7b19521d06d274c42c00ce7072cd92196.zip
Merge pull request #1926 from mattermost/PLT-7-context
PLT-7 Adding translation function to context
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json14
-rw-r--r--i18n/es.json14
2 files changed, 28 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
new file mode 100644
index 000000000..67cf9c31e
--- /dev/null
+++ b/i18n/en.json
@@ -0,0 +1,14 @@
+[
+ {
+ "id": "utils.i18n.loaded",
+ "translation": "Loaded system translations for '%v' from '%v'"
+ },
+ {
+ "id": "mattermost.current_version",
+ "translation": "Current version is %v (%v/%v/%v)"
+ },
+ {
+ "id": "api.admin.file_read_error",
+ "translation": "Error reading log file"
+ }
+] \ No newline at end of file
diff --git a/i18n/es.json b/i18n/es.json
new file mode 100644
index 000000000..67cf9c31e
--- /dev/null
+++ b/i18n/es.json
@@ -0,0 +1,14 @@
+[
+ {
+ "id": "utils.i18n.loaded",
+ "translation": "Loaded system translations for '%v' from '%v'"
+ },
+ {
+ "id": "mattermost.current_version",
+ "translation": "Current version is %v (%v/%v/%v)"
+ },
+ {
+ "id": "api.admin.file_read_error",
+ "translation": "Error reading log file"
+ }
+] \ No newline at end of file