Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

fixes 1034, minor adjustments to l10n.toml for android-l10n #1086

Merged
merged 1 commit into from
Apr 16, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 14 additions & 8 deletions l10n.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@
basepath = "."

locales = [
"de",
"es",
"fr",
"it",
"ja",
"ko",
"zh-CN",
"zh-TW",
"de",
"es",
"fr",
"it",
"ja",
"ko",
"zh-CN",
"zh-TW",
]

# Expose the following branches to localization
# Changes to this list should be announced to the l10n team ahead of time.
branches = [
"master",
]

[env]
Expand Down