`skip_untranslated_strings` broken when used with FBT
See original GitHub issueDescribe the bug
When using the skip_untranslated_strings
in a fbt project, the downloaded translations are not valid and fbt throws an exception when trying to parse them.
To Reproduce
Steps to reproduce the behavior:
- Configuration file:
'base_path': '.'
'base_url': 'https://api.crowdin.com'
'preserve_hierarchy': true
files:
[
{
'source': '/i18n/source_strings.json',
'translation': '/i18n/locales/%locale_with_underscore%.json',
'dest': '/source_strings.json',
'escape_special_characters': 0,
},
]
- Add a new source string and run
crowdin push
crowdin pull
- Downloaded file will contain
{
// other translations ...
"3FXDlC5vnE/y+OZSJXr+IQ==": null
}
Expected behavior
The key should be omitted not set to null
{
// other translations...
}
Environment:
- OS: MacOS
- Version 11.2
Screenshots N/A
Additional context N/A
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
[NEW 2020] VRChat FBT Fixes (Fullbody Avatar Mega-Tutorial)
[Update 11/10/2021]In Unity 2019 it's easier for the project to break during file overwrite. It's better not to delete the .meta file when ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looks like this have been fixed now, thanks!
Hi @alexandernanberg Great, happy to hear that! Thank you for letting us know Wish you a lovely day!