Add email translations (#2175)

This commit is contained in:
Nutomic 2022-03-29 18:23:03 +00:00 committed by GitHub
parent 2e65b31aa6
commit ad7e6d99ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,9 @@
fn main() -> Result<(), Box<dyn std::error::Error>> {
rosetta_build::config()
.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")
.generate()?;

@ -1 +1 @@
Subproject commit 9cdc7bb76441625cdbcec15c904ee67eb1d00f03
Subproject commit 087b564de18ec4beb88aee49602bc5d0fa5ba1d1