Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the issue
Can not create component with Base.lproj localization files.
With the pattern:
project/*.lproj/Localizable.strings
Weblate gives the error:
At the same time it is gracefully detected as Monolingual base language file
project/Base.lproj/Localizable.strings
Language filter regexp does not help either
Weblate keep trying to use Base.lproj as a another English
At the same time we have no such problem for android
Weblate handle correctly Monolingual base language file as
project/strings.xml
and other locales with
project/strings-en.xml
project/strings-es.xml
with pattern
project/strings-*.xml
cause base language does not match the patternI already tried
Steps to reproduce the behavior
Expected behavior
No response
Screenshots
No response
Exception traceback
How do you run Weblate?
No response
Weblate versions
No response
Weblate deploy checks
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions