Skip to content

Commit

Permalink
Merge pull request 'Add translated languages to plume-front' (Plume-o…
Browse files Browse the repository at this point in the history
…rg#863) from add-langs-front into main

Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/863
  • Loading branch information
KitaitiMakoto committed Jan 2, 2021
2 parents e7d17ca + 6c7b95c commit f1255f4
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 f1255f4

Please sign in to comment.