Skip to content

Instantly share code, notes, and snippets.

@icodesign
Last active December 18, 2020 07:26
Show Gist options
  • Save icodesign/54c29446f336c5f33efb00e0f0e8ebad to your computer and use it in GitHub Desktop.
Save icodesign/54c29446f336c5f33efb00e0f0e8ebad to your computer and use it in GitHub Desktop.
basepath = "Cuto"
locales = [
"de",
"en",
"es",
"fr",
"it",
"ja",
"ko",
"ru",
"zh-Hans",
"zh-Hant",
]
[[paths]]
reference = "en.lproj/Localizable.strings"
l10n = "{locale}.lproj/Localizable.strings"
[[paths]]
reference = "en.lproj/InfoPlist.strings"
l10n = "{locale}.lproj/InfoPlist.strings"
[[paths]]
reference = "en.lproj/LaunchScreen.storyboard"
l10n = "{locale}.lproj/LaunchScreen.storyboard"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment