hello! how do you specify to moko that it should only localize specific strings.xml files? we have the strings.xml files in the commonMain.moko-resources directory but it seems that moko also tries to lint the xml files from other directories which are not necessarily for localization đŸ™‚
a
alex009
07/19/2024, 3:26 AM
hi. can you share details what you mean "tries to lint the xml files from other directories"?
j
Jazmine Barroga
07/19/2024, 7:25 AM
we have the moko-resources folder which contains the strings that needs to be localized. But we also have another folder which contains an xml file that contains api keys, which we do not want to be localized but the moko library is also linting it. Specifically moko is looking for the translation of that api key
a
alex009
07/19/2024, 8:10 AM
why you decide that it's moko "looking" and "linting"? moko not have any lint
j
Jazmine Barroga
07/19/2024, 9:40 AM
ahh yes that’s correct sorry! it was something else doing the linting, so no issues from moko. thank you!