Skip to content
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

Updated Russian translation #644

Merged
merged 1 commit into from
Mar 11, 2021
Merged

Updated Russian translation #644

merged 1 commit into from
Mar 11, 2021

Conversation

lufog
Copy link
Contributor

@lufog lufog commented Mar 5, 2021

The translation contains some necessary strings that are not present in the source code. For example, translation for standard buttons:

<context>
    <name>QPlatformTheme</name>
    <message>
        <source>Cancel</source>
        <translation>Отмена</translation>
    </message>
    <message>
        <source>Apply</source>
        <translation>Применить</translation>
    </message>
    <message>
        <source>OK</source>
        <translation>ОК</translation>
    </message>
    <message>
        <source>&amp;Yes</source>
        <translation>&amp;Да</translation>
    </message>
    <message>
        <source>&amp;No</source>
        <translation>&amp;Нет</translation>
    </message>
</context>

The problem is that after lupdate they are marked with type = "vanished", so they are not included in the resulting qm file. Are there any ways how to fix this? Maybe add some code to the source or mark these lines in some way?

@lufog
Copy link
Contributor Author

lufog commented Mar 5, 2021

@DavidXanatos I have some problem with translation, I described it, in pull request description. Could you take a look at this?

@isaak654
Copy link
Collaborator

isaak654 commented Mar 7, 2021

@lufog Reported in issue #655.

@DavidXanatos DavidXanatos merged commit df6e8e1 into sandboxie-plus:master Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants