Complete Russian translation + fix untranslated strings#592
Open
NaumovSN wants to merge 1 commit into
Open
Conversation
- Complete Russian (ru) translation for all 167 translatable strings - Translate 31 previously untranslated strings in translations/ru.po - Add translations for new strings introduced by code fixes: * Monitor → Монитор (defaultMenu.ts) * (None) → (Нет) (prefs.ts) - Fix 3 source files where user-visible strings were not wrapped in _(): * src/prefs.ts: 'Text file' in file filter (line 934) * src/prefs.ts: '(None)' in dropdown option (line 1269) * src/indicator/defaultMenu.ts: 'Monitor N' label (line 65) Translation coverage: - prefs.ts: 135/135 strings - editorDialog.ts: 8/8 strings - editingMenu.ts: 4/4 strings - overriddenWindowMenu.ts: 3/3 strings - defaultMenu.ts: 2/2 strings (+ 1 new: Monitor) - MultipleWindowsIcon.ts: 1/1 strings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Completes the Russian (ru) translation for Tiling Shell GNOME Shell extension and fixes 3 instances where user-visible strings were not wrapped in
_()translation calls.Changes
translations/ru.po
Monitor,(None))Source code fixes
src/prefs.ts:934— Wrapped"Text file"in_()in the import settings file filter (was inconsistent with line 875 which already used_())src/prefs.ts:1269— Wrapped"(None)"in_()in the activation key dropdownsrc/indicator/defaultMenu.ts:65— Wrapped"Monitor"in_()in the multi-monitor labelTranslation Coverage
Newly translated strings
Testing
msgfmt --check translations/ru.popasses without errors_()