-
Notifications
You must be signed in to change notification settings - Fork 31
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
Translate default German text #459
Comments
Another instance: Help - About WollMux - the dialog title |
Upon looking at the code I got the idea that L.m() is for translating text. Could you please brief me more about it? And how to use it for fixing this? I see it has multiple function with different parameters? |
Basically just call
You can put up to 4 variables into one string. Plural forms can be done using Check existing usages in the code, or just ask if you have specific questions. Translation tooling will pick up all strings in L.m function and handle the rest. |
When the Form sidebar panel is opened in a non-form document, it says "Das Dokument ist kein Formular" - this string should be translated to English and marked for localization (enclosing in L.m() call).
Code pointer:
core/src/main/java/org/libreoffice/lots/form/sidebar/FormSidebarPanel.java:232: XControl label = GuiFactory.createLabel(this.xMCF, this.context, "Das Dokument ist kein Formular.",
The text was updated successfully, but these errors were encountered: