How to integrate configuring Crowdin Localization for Android MOKO Resources

Hi @dilip2882

Are you using Crowdin Github Integration or Github Actions? We recommend using one integration simultaneously, either the native connector or actions, to avoid misconfiguration.

If I got you right, to resolve this, you need to adjust the translation path in your Crowdin GitHub Action configuration to avoid the additional language prefix being added to the entire path.

Something like this should work:

  • source: i18n/src/commonMain/moko-resources/folder1/folder2/strings.xml
  • translation: i18n/src/commonMain/moko-resources/folder1/folder2/%two_letters_code%.%original_file_name%