Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-iOS
Manage
Activity
Members
Labels
Plan
Issues
268
Issue boards
Milestones
Wiki
Code
Merge requests
16
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC-iOS
Merge requests
!183
Localization: fix incorrect SETTINGS_THEME_BRIGHT translation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Localization: fix incorrect SETTINGS_THEME_BRIGHT translation
kuznetsov-m/vlc-ios:LocalizationFix
into
master
Overview
4
Commits
1
Pipelines
0
Changes
1
Merged
Mikhail Kuznetsov
requested to merge
kuznetsov-m/vlc-ios:LocalizationFix
into
master
4 years ago
Overview
4
Commits
1
Pipelines
0
Changes
1
Expand
Localization: fix incorrect SETTINGS_THEME_BRIGHT translation
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
db04087d
1 commit,
4 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Resources/Settings.bundle/ru.lproj/Root.strings
+
1
−
1
Options
@@ -4,7 +4,7 @@
"SETTINGS_VIDEO_TITLE" = "Видео";
"SETTINGS_AUDIO_TITLE" = "Звук";
"SETTINGS_THEME_BRIGHT" = "
Темн
ая тема";
"SETTINGS_THEME_BRIGHT" = "
Светл
ая тема";
"SETTINGS_THEME_DARK" = "Тёмная тема";
"SETTINGS_THEME_SYSTEM" = "Автоматически";
"SETTINGS_PRIVACY_SUBTITLE" = "Открыть настройки";
Loading