Skip to content

Commit

Permalink
add translations for SUBTITLE_SIZE & VIDEO_FILES
Browse files Browse the repository at this point in the history
  • Loading branch information
dularion committed May 6, 2019
1 parent 203d088 commit ea2cefc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion dist/streama-i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,9 @@ angular.module('streama.translations').config(['$translateProvider', function ($
TRAILER: 'Trailer',
SEASON: 'Season',
SUBTITLES: 'Subtitles',
NO_SUBTITLE: 'No Subtitle'
NO_SUBTITLE: 'No Subtitle',
SUBTITLE_SIZE: 'Subtitle size',
VIDEO_FILES: 'Video Files'
},

MESSAGES: {
Expand Down
2 changes: 1 addition & 1 deletion dist/streama-i18n.min.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/translations/EN_us.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ angular.module('streama.translations').config(['$translateProvider', function ($
TRAILER: 'Trailer',
SEASON: 'Season',
SUBTITLES: 'Subtitles',
NO_SUBTITLE: 'No Subtitle'
NO_SUBTITLE: 'No Subtitle',
SUBTITLE_SIZE: 'Subtitle size',
VIDEO_FILES: 'Video Files'
},

MESSAGES: {
Expand Down

0 comments on commit ea2cefc

Please sign in to comment.