Can't find my strings.xml file from my Gitlab repository
I have the strings.xml file for Android I'd like to link to in my Gitlab repository.
The path is in the expected place, lollipop app/src/main/res/values-th/strings.xml
However when I browse to the path in POEditor the directory values-th doesn't show up! I can see the other directories like values (English), values-v21, mipmaps etc.... all except the values-th directory.
Is something wrong with my directory name? Can you tell me how to fix it?
-
Hello,
We checked the response from the GitLab API and indeed, that particular folder is not in the list. Please make sure it's actually in the repo, on the branch you're checking. If the API doesn't send it there is not much we can do about it.