hello! how do you specify to moko that it should o...
# moko
j
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
hi. can you share details what you mean "tries to lint the xml files from other directories"?
j
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
why you decide that it's moko "looking" and "linting"? moko not have any lint
j
ahh yes that’s correct sorry! it was something else doing the linting, so no issues from moko. thank you!