Skip to content

Commit

Permalink
Add Persian to the list of languages (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
elegaanz authored Jun 17, 2020
1 parent 92a3862 commit d99b425
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions plume-front/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ init_i18n!(
en,
eo,
es,
fa,
fr,
gl,
hi,
Expand Down
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ use std::sync::{Arc, Mutex};
use std::time::Duration;

init_i18n!(
"plume", ar, bg, ca, cs, de, en, eo, es, fr, gl, hi, hr, it, ja, nb, pl, pt, ro, ru, sr, sk, sv
"plume", ar, bg, ca, cs, de, en, eo, es, fa, fr, gl, hi, hr, it, ja, nb, pl, pt, ro, ru, sr,
sk, sv
);

mod api;
Expand Down

0 comments on commit d99b425

Please sign in to comment.