Add Persian to the list of languages (#782)

DearRude/force-lang 0.5.0
Gelez 4 years ago committed by GitHub
parent 92a386277b
commit d99b42582d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,6 +19,7 @@ init_i18n!(
en,
eo,
es,
fa,
fr,
gl,
hi,

@ -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;

Loading…
Cancel
Save