add bulgarian translation to i18n.js, #272
This commit is contained in:
parent
37b7690b2b
commit
eeb091974d
@ -1,13 +1,15 @@
|
|||||||
define(["app/config", "app/i18n/cs", "app/i18n/de", "app/i18n/en",
|
define(["app/config", "app/i18n/bg", "app/i18n/cs", "app/i18n/de",
|
||||||
"app/i18n/fi", "app/i18n/fr", "app/i18n/hr", "app/i18n/ru",
|
"app/i18n/en", "app/i18n/fi", "app/i18n/fr", "app/i18n/hr",
|
||||||
"app/i18n/it", "app/i18n/eo", "app/i18n/sv", "app/i18n/nl",
|
"app/i18n/ru", "app/i18n/it", "app/i18n/eo", "app/i18n/sv",
|
||||||
"app/i18n/el_GR", "app/i18n/es", "app/i18n/vi", "app/i18n/zh_CN"],
|
"app/i18n/nl", "app/i18n/el_GR", "app/i18n/es", "app/i18n/vi",
|
||||||
function(config, cs, de, en, fi, fr, hr, ru, it, eo, sv, nl, el, es, vi, zh) {
|
"app/i18n/zh_CN"],
|
||||||
|
function(config, bg, cs, de, en, fi, fr, hr, ru, it, eo, sv, nl, el, es, vi, zh) {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
var pluralforms = function(lang) {
|
var pluralforms = function(lang) {
|
||||||
switch (lang) {
|
switch (lang) {
|
||||||
|
case "bg":
|
||||||
case "cs":
|
case "cs":
|
||||||
case "de":
|
case "de":
|
||||||
case "el":
|
case "el":
|
||||||
|
Loading…
Reference in New Issue
Block a user