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
13
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
!1355
ABRepeatView: Add missing localization and accessibility
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ABRepeatView: Add missing localization and accessibility
diogo.simao-marques/vlc-ios:ab-repeat
into
master
Overview
0
Commits
2
Pipelines
2
Changes
2
Merged
Diogo Simao Marques
requested to merge
diogo.simao-marques/vlc-ios:ab-repeat
into
master
7 months ago
Overview
0
Commits
2
Pipelines
2
Changes
2
Expand
This merge request brings an addition to the AB Repeat buttons with:
Proper localization labels for the AB Repeat buttons to select the loop's marks
Accessibility hints for these buttons as well
0
0
Merge request reports
Compare
master
version 1
dcc481e1
7 months ago
master (base)
and
latest version
latest version
cc7909c1
2 commits,
7 months ago
version 1
dcc481e1
2 commits,
7 months ago
2 files
+
9
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Resources/en.lproj/Localizable.strings
+
5
−
0
Options
@@ -474,6 +474,11 @@
"INTERFACE_LOCK_BUTTON" = "Lock interface";
"SELECT_A_MARK" = "Select the A mark";
"SELECT_A_MARK_HINT" = "Select the A mark of the AB loop";
"SELECT_B_MARK" = "Select the B mark";
"SELECT_B_MARK_HINT" = "Select the B mark of the AB loop";
"AB_LOOP" = "A→B Loop";
"AB_LOOP_MARKS" = "A→B Loop Marks";
Loading