Skip to content

Commit

Permalink
Add translated languages to plume-front
Browse files Browse the repository at this point in the history
  • Loading branch information
KitaitiMakoto committed Jan 2, 2021
1 parent e7d17ca commit 6c7b95c
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions plume-front/src/main.rs
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,46 @@ use stdweb::web::{event::*, *};

init_i18n!(
"plume-front",
af,
ar,
bg,
ca,
cs,
cy,
da,
de,
el,
en,
eo,
es,
fa,
fi,
fr,
gl,
he,
hi,
hr,
hu,
it,
ja,
ko,
nb,
nl,
no,
pl,
pt,
ro,
ru,
sr,
sat,
si,
sk,
sv
sl,
sr,
sv,
tr,
uk,
vi,
zh
);

mod editor;
Expand Down

0 comments on commit 6c7b95c

Please sign in to comment.