Replies: 1 comment 6 replies
|
Most likely this is the issue described in #18023 |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, I need help with configuring translation components for Markdown files, configured like below:
File mask:
app/src/main/res/raw-*/info_about_api_key_content.mdLanguage filter:
^[^.]+$Monolingual base language file:
app/src/main/res/raw/info_about_api_key_content.mdThe problem is that translations are not detected - 0% for all non-base languages. Very similar configuration works for App UI component (however a different file format). The translations are present in the configured folder, see: https://github.com/zamojski/TowerCollector/tree/master/app/src/main/res/raw-DE for example.
Any suggestions are warmly welcomed. In the end I want to have 15 components of that kind, so it would be the best to have a working template for those.
Best regards
Adam
All reactions