Skip to content

Commit

Permalink
Merge branch 'release/1.0.22'
Browse files Browse the repository at this point in the history
  • Loading branch information
felliott committed Jan 5, 2018
2 parents 93676a0 + cea8989 commit e29c6c2
Show file tree
Hide file tree
Showing 7 changed files with 1,316 additions and 177 deletions.
35 changes: 23 additions & 12 deletions app/components/isp-consent-form/consentText.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions app/components/language-picker/countries.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,16 @@ export default [
],
"name": "Denmark"
},
{
"code": "EG",
"languages": [
{
"code": "ar-EG",
"name": "العربية"
}
],
"name": "Egypt"
},
{
"code": "EE",
"languages": [
Expand Down
12 changes: 12 additions & 0 deletions app/locales/ar-eg/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Ember-I18n includes configuration for common locales. Most users
// can safely delete this file. Use it if you need to override behavior
// for a locale or define behavior for a locale that Ember-I18n
// doesn't know about.
export default {
rtl: true,

pluralForm: function(count) {
if (count === 1) { return 'one'; }
return 'other';
}
};
Loading

0 comments on commit e29c6c2

Please sign in to comment.