Created
June 11, 2013 18:27
-
-
Save ulfmagnetics/5759416 to your computer and use it in GitHub Desktop.
The Smartling API does not accept the string 'other' as a section header. It strips the header out altogether, breaking i18n for strings in that section (and sometimes resulting in an unparseable file.)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
en: | |
other: | |
bar: Baz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
en: | |
bar: "Baz" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment