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

Added Russian translation #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

EricKotato
Copy link

Even though there is not much of text, I think it's good to have translations. This PR adds support for Russian translation.

Since git can't interpret UTF-16 LE with BOM as text, I'm providing its text here:

[MCM_OptionsMenuListener]
m_strModMenuButton="НАСТРОЙКИ МОДОВ"

[MCM_OptionsScreen]
m_strSaveAndExit="Сохр. и выйти"
m_strCancel="Отмена"
m_strTitle="Настройки модов"
m_strSubtitle=""

[MCM_SettingsPanel]
m_strResetButton="Сброс"
m_strRevertButton="Отменить"
m_strApplyButton="Сохранить"

If there is any workaround to store translation as text acceptable for git and converting it to UTF-16 LE with BOM afterwards, that would be great.

@andrewgu
Copy link
Owner

andrewgu commented Jul 6, 2020

Thanks for taking the time to suggest translations. I will review/test it in a couple weeks when my day job calms down.

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.

2 participants