fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
nicer social auth
[wolnelektury.git]
/
wolnelektury
/
static
/
js
/
locale.js
diff --git
a/wolnelektury/static/js/locale.js
b/wolnelektury/static/js/locale.js
index
e765548
..
e4c8f17
100755
(executable)
--- a/
wolnelektury/static/js/locale.js
+++ b/
wolnelektury/static/js/locale.js
@@
-22,8
+22,14
@@
var LOCALE_TEXTS = {
},
"uk":{
"Loading": "Завантажується"
- }
+ },
+ "jp":{
+ "Loading": "負荷"
+ },
+ "it":{
+ "Loading": "caricamento"
+ },
}
function gettext(text) {
return LOCALE_TEXTS[LANGUAGE_CODE][text];
-}
\ No newline at end of file
+}