Is there a setup that allows editing the (English) base language of Windows RC files? #13095
Unanswered
JustSwiftIt
asked this question in
Q&A
Replies: 1 comment 1 reply
-
No editing of source RC files is not supported. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I was able to use a setup using an intermediate language file in Weblate 4.14:
*.rc
English
en.rc
src.rc
However, when I attempt to set up a component like this in 5.8.3, I get
This seems to happen due to the check added in acc61eb.
Should the check added in acc61eb apply to my setup with an intermediate language file?
If so: Is there a different way to set up a component using Windows RC files and still be able to edit all languages?
This was the setup that seemed to work in Weblate 4.14:

Beta Was this translation helpful? Give feedback.
All reactions