mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-02-22 17:46:17 +00:00
Add Basque
This commit is contained in:
parent
4f89e214ef
commit
a27f196578
2 changed files with 3 additions and 2 deletions
|
@ -23,6 +23,7 @@ init_i18n!(
|
||||||
en,
|
en,
|
||||||
eo,
|
eo,
|
||||||
es,
|
es,
|
||||||
|
eu,
|
||||||
fa,
|
fa,
|
||||||
fi,
|
fi,
|
||||||
fr,
|
fr,
|
||||||
|
|
|
@ -26,8 +26,8 @@ use std::time::Duration;
|
||||||
use tracing::warn;
|
use tracing::warn;
|
||||||
|
|
||||||
init_i18n!(
|
init_i18n!(
|
||||||
"plume", af, ar, bg, ca, cs, cy, da, de, el, en, eo, es, fa, fi, fr, gl, he, hi, hr, hu, it,
|
"plume", af, ar, bg, ca, cs, cy, da, de, el, en, eo, es, eu, fa, fi, fr, gl, he, hi, hr, hu,
|
||||||
ja, ko, nb, nl, no, pl, pt, ro, ru, sat, si, sk, sl, sr, sv, tr, uk, vi, zh
|
it, ja, ko, nb, nl, no, pl, pt, ro, ru, sat, si, sk, sl, sr, sv, tr, uk, vi, zh
|
||||||
);
|
);
|
||||||
|
|
||||||
mod api;
|
mod api;
|
||||||
|
|
Loading…
Reference in a new issue