mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-25 21:11:01 +00:00
Add Persian to the list of languages (#782)
This commit is contained in:
parent
92a386277b
commit
d99b42582d
2 changed files with 3 additions and 1 deletions
|
@ -19,6 +19,7 @@ init_i18n!(
|
||||||
en,
|
en,
|
||||||
eo,
|
eo,
|
||||||
es,
|
es,
|
||||||
|
fa,
|
||||||
fr,
|
fr,
|
||||||
gl,
|
gl,
|
||||||
hi,
|
hi,
|
||||||
|
|
|
@ -26,7 +26,8 @@ use std::sync::{Arc, Mutex};
|
||||||
use std::time::Duration;
|
use std::time::Duration;
|
||||||
|
|
||||||
init_i18n!(
|
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;
|
mod api;
|
||||||
|
|
Loading…
Reference in a new issue