-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FX controllers overlap. #5032
Comments
Confirmed on lmms-1.2.0 |
This is leftover from #4482. I can fix it by going over the translations again and just removing the borked lines but maybe this is best handled on Transifex? |
In https://github.com/LMMS/lmms/pull/4482/files#diff-463bf9a84ee53b7ed35f64c1a918887bL1035-L1038 I just swapped the translation for the original. --- a/data/locale/cs.ts
+++ b/data/locale/cs.ts
@@ -1034,7 +1034,7 @@ Máte-li zájem o překlad LMMS do jiného jazyka, nebo chcete-li vylepšit exis
</message>
<message>
<source>FDBK</source>
- <translation>ZP. VAZBA</translation>
+ <translation>FDBK</translation>
</message> I'm not sure whether this is a good way to do it. Some other options that gives the same result (on the user side) would be to: Delete the translation: - <translation>ZP. VAZBA</translation>
+ <translation></translation> Using the unfinished tag: - <translation>ZP. VAZBA</translation>
+ <translation type="unfinished"/> Using the unfinished tag and some text/translation: - <translation>ZP. VAZBA</translation>
+ <translation type="unfinished">FIXME</translation> I guess it doesn't matter that much if it's not merged back to Transifex but I don't know how we manage that side of the code. I'm thinking of going with |
Closed in #5185 |
See this:
Running win10 x64.
Using current lmms build (LMMS 1.2.0 rc8)
The text was updated successfully, but these errors were encountered: