diff options
author | Sam Potts <sam@potts.es> | 2018-04-11 22:43:47 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-11 22:43:47 +1000 |
commit | 9b7170834e568bb82767e0306cf6e23f7959f0fe (patch) | |
tree | fbd94a128adf267cfb72d158b693efbb8b5323fb /controls.md | |
parent | a15d1c9f1c6c146594ea9688ff469c9a727d7cea (diff) | |
parent | 3e57a87bf7809d4393e1d3fdf6df0c4ac66ea8c5 (diff) | |
download | plyr-9b7170834e568bb82767e0306cf6e23f7959f0fe.tar.lz plyr-9b7170834e568bb82767e0306cf6e23f7959f0fe.tar.xz plyr-9b7170834e568bb82767e0306cf6e23f7959f0fe.zip |
Merge pull request #887 from danielsarin/use-i18n-for-normal-speed
Add i18n support for "Normal" value in speed options
Diffstat (limited to 'controls.md')
-rw-r--r-- | controls.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controls.md b/controls.md index ce623907..930795e9 100644 --- a/controls.md +++ b/controls.md @@ -59,6 +59,7 @@ i18n: { captions: 'Captions', settings: 'Settings', speed: 'Speed', + normal: 'Normal', quality: 'Quality', loop: 'Loop', start: 'Start', |