Merge pull request 'Add translated languages to plume-front' (#863) from add-langs-front into main
Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/863
This commit is contained in:
commit
f1255f477f
21
plume-front/src/main.rs
Normal file → Executable file
21
plume-front/src/main.rs
Normal file → Executable file
@ -11,29 +11,46 @@ use stdweb::web::{event::*, *};
|
|||||||
|
|
||||||
init_i18n!(
|
init_i18n!(
|
||||||
"plume-front",
|
"plume-front",
|
||||||
|
af,
|
||||||
ar,
|
ar,
|
||||||
bg,
|
bg,
|
||||||
ca,
|
ca,
|
||||||
cs,
|
cs,
|
||||||
|
cy,
|
||||||
|
da,
|
||||||
de,
|
de,
|
||||||
|
el,
|
||||||
en,
|
en,
|
||||||
eo,
|
eo,
|
||||||
es,
|
es,
|
||||||
fa,
|
fa,
|
||||||
|
fi,
|
||||||
fr,
|
fr,
|
||||||
gl,
|
gl,
|
||||||
|
he,
|
||||||
hi,
|
hi,
|
||||||
hr,
|
hr,
|
||||||
|
hu,
|
||||||
it,
|
it,
|
||||||
ja,
|
ja,
|
||||||
|
ko,
|
||||||
nb,
|
nb,
|
||||||
|
nl,
|
||||||
|
no,
|
||||||
pl,
|
pl,
|
||||||
pt,
|
pt,
|
||||||
ro,
|
ro,
|
||||||
ru,
|
ru,
|
||||||
sr,
|
sat,
|
||||||
|
si,
|
||||||
sk,
|
sk,
|
||||||
sv
|
sl,
|
||||||
|
sr,
|
||||||
|
sv,
|
||||||
|
tr,
|
||||||
|
uk,
|
||||||
|
vi,
|
||||||
|
zh
|
||||||
);
|
);
|
||||||
|
|
||||||
mod editor;
|
mod editor;
|
||||||
|
Loading…
Reference in New Issue
Block a user