Skip to content

Commit

Permalink
Merge pull request #182 from ooyala/feature/PLAYER-2217
Browse files Browse the repository at this point in the history
[feature/PLAYER-2217] Add support for right to left languages when di…
  • Loading branch information
aldigun authored Nov 21, 2017
2 parents 33fb7fe + 0bd199a commit 05433da
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions skin-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,21 @@
},
"required": ["defaultLanguage"]
},
"languageDirections": {
"ar": "rtl",
"dv": "rtl",
"he": "rtl",
"fa": "rtl",
"ks": "rtl",
"ku": "rtl",
"pa": "rtl",
"ps": "rtl",
"sd": "rtl",
"tk": "rtl",
"ug": "rtl",
"ur": "rtl",
"yi": "rtl"
},
"responsive": {
"description": "Defines values needed for Responsive Design Rules",
"properties": {
Expand Down
15 changes: 15 additions & 0 deletions skin.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,21 @@
}
]
},
"languageDirections": {
"ar": "rtl",
"dv": "rtl",
"he": "rtl",
"fa": "rtl",
"ks": "rtl",
"ku": "rtl",
"pa": "rtl",
"ps": "rtl",
"sd": "rtl",
"tk": "rtl",
"ug": "rtl",
"ur": "rtl",
"yi": "rtl"
},
"responsive": {
"breakpoints": {
"xs": {"id": "xs", "name": "oo-xsmall", "maxWidth": 559, "multiplier": 0.7},
Expand Down

0 comments on commit 05433da

Please sign in to comment.