summaryrefslogtreecommitdiff
path: root/locale.js
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2015-02-24 10:18:10 +0100
committerGubolin <gubolin@fantasymail.de>2015-02-24 10:18:10 +0100
commit9ad7c87df968ce72cbd4a88c8948d78e38f5bdb6 (patch)
tree96843abd0afaa2a327a109e5d8d1500da72f00f3 /locale.js
parent6ff8e7e2d6c983bafe0658d17cbbb14118980e92 (diff)
parent662a743f4ed564f2c296e2370c555ca44e12116d (diff)
downloadsnap-9ad7c87df968ce72cbd4a88c8948d78e38f5bdb6.tar.gz
snap-9ad7c87df968ce72cbd4a88c8948d78e38f5bdb6.zip
Diffstat (limited to 'locale.js')
-rw-r--r--locale.js40
1 files changed, 38 insertions, 2 deletions
diff --git a/locale.js b/locale.js
index 5ec6013..af9ea6f 100644
--- a/locale.js
+++ b/locale.js
@@ -42,7 +42,7 @@
/*global modules, contains*/
-modules.locale = '2015-January-21';
+modules.locale = '2015-February-20';
// Global stuff
@@ -149,7 +149,7 @@ SnapTranslator.dict.de = {
'translator_e-mail':
'jens@moenig.org',
'last_changed':
- '2014-07-29'
+ '2015-02-20'
};
SnapTranslator.dict.it = {
@@ -439,3 +439,39 @@ SnapTranslator.dict.kn = {
'last_changed':
'2014-12-02'
};
+
+SnapTranslator.dict.ml = {
+ // translations meta information
+ 'language_name':
+ 'Malayalam',
+ 'language_translator':
+ 'vinayakumar R',
+ 'translator_e-mail':
+ 'vnkmr7620@gmail.com',
+ 'last_changed':
+ '2015-02-20'
+};
+
+SnapTranslator.dict.ta = {
+ // translations meta information
+ 'language_name':
+ 'Tamil',
+ 'language_translator':
+ 'vinayakumar R',
+ 'translator_e-mail':
+ 'vnkmr7620@gmail.com',
+ 'last_changed':
+ '2015-02-20'
+};
+
+SnapTranslator.dict.te = {
+ // translations meta information
+ 'language_name':
+ 'Telagu', // the name as it should appear in the language menu
+ 'language_translator':
+ 'vinayakumar R', // your name for the Translators tab
+ 'translator_e-mail':
+ 'vnkmr7620@gmail.com', // optional
+ 'last_changed':
+ '2015-02-20'
+};