mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-12 15:34:00 +00:00
Add email translations (#2175)
This commit is contained in:
parent
2e65b31aa6
commit
ad7e6d99ed
2 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||||
rosetta_build::config()
|
rosetta_build::config()
|
||||||
.source("en", "translations/email/en.json")
|
.source("en", "translations/email/en.json")
|
||||||
|
.source("fi", "translations/email/fi.json")
|
||||||
|
.source("ko", "translations/email/ko.json")
|
||||||
|
.source("pt", "translations/email/pt.json")
|
||||||
.fallback("en")
|
.fallback("en")
|
||||||
.generate()?;
|
.generate()?;
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9cdc7bb76441625cdbcec15c904ee67eb1d00f03
|
Subproject commit 087b564de18ec4beb88aee49602bc5d0fa5ba1d1
|
Loading…
Reference in a new issue