Github integration in iOS project works just for some languages

Hi, when I update some languages (Spanish and Spanish [Uruguay]) it correctly creates a commit with those messages. The same doesn’t happen for Catalan, German or Polish.

I have tried different things in crowdin.yml:

pull_request_labels:
  - Skip-Changelog
commit_message: |

  [skip ci]
files:
  - source: /Source/Localization/en.lproj/Generated.strings
    translation: /Source/Localization/%osx_code%/%original_file_name%
    languages_mapping:
      osx_code:
        ca: ca.lproj
        ca-ES: ca.lproj
        de: de.lproj
        de-DE: de.proj
        pl: pl.lproj
        pl-PL: pl.lproj
        es: es.proj
        es-ES: es.lproj
        es-UY: es-UY.lproj

or just:

pull_request_labels:
  - Skip-Changelog
files:
  - source: /Source/Localization/en.lproj/Generated.strings
    translation: /Source/Localization/%osx_code%/%original_file_name%

to no avail.
I’m using the github integration, not the github action.
Does anyone else experience this issue?

hey, here’s the list of Crowdin’s code, check it with yours

Do you mean commit is not created, or integration doesnt see those languages at all? If the 2nd one, you’d better try language mapping, or writing some other codes, probably a locale patter, like de-DE, pl-PL and so on.

In case other languages works fine, the connector works fine as well. Try build+download from UI. In upacked .zip there should be the folders with language codes. Just to compare with yours.