summaryrefslogtreecommitdiff
path: root/locale.js
diff options
context:
space:
mode:
Diffstat (limited to 'locale.js')
-rw-r--r--locale.js13
1 files changed, 12 insertions, 1 deletions
diff --git a/locale.js b/locale.js
index 628e1c6..4f9afe4 100644
--- a/locale.js
+++ b/locale.js
@@ -42,7 +42,7 @@
/*global modules, contains*/
-modules.locale = '2013-August-14';
+modules.locale = '2013-August-17';
// Global stuff
@@ -325,3 +325,14 @@ SnapTranslator.dict.tw = {
'last_changed':
'2013-8-14'
};
+
+SnapTranslator.dict.no = {
+ 'language_name':
+ 'Norsk',
+ 'language_translator':
+ 'Olav A Marschall',
+ 'translator_e-mail':
+ 'mattebananer@gmail.com',
+ 'last_changed':
+ '2013-08-17'
+};