Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.
Merged
Next Next commit
Add translations for settings in sidebar
  • Loading branch information
umairidris committed Jan 20, 2017
commit ee5ae0558e3407f97f13524d21c39686999a6bda
2 changes: 1 addition & 1 deletion src/components/GlobalSidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class GlobalSidebar extends Component {
{children}
<li>
<a tabIndex="-1" className="pointer" onClick={() => this.setState({ settingsModalOpen: true }, handleOpen(false))}>
<i className="ss-icon ss-settings vertical-align-middle" />{' '}Settings
<i className="ss-icon ss-settings vertical-align-middle" />{' '}<LocaleFormattedMessage id="setting.settings" defaultMessage="Settings" />
</a>
</li>
<li>
Expand Down
1 change: 1 addition & 0 deletions src/locale/ar.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export default {
'actions.play': 'لعب',
'actions.pause': 'وقفة',

'nav.settings': 'خيارات',
'nav.contribute': 'يساهم',
'nav.aboutUs': 'معلومات عنا',
'nav.developers': 'المطورين',
Expand Down
1 change: 1 addition & 0 deletions src/locale/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export default {
'actions.play': 'Play',
'actions.pause': 'Pause',

'nav.settings': 'Settings',
'nav.contribute': 'Contribute',
'nav.aboutUs': 'About us',
'nav.developers': 'Developers',
Expand Down
1 change: 1 addition & 0 deletions src/locale/ur.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export default {
'actions.play': 'چلاو',
'actions.pause': 'روک دیں',

'nav.settings', 'اختیارات',
'nav.contribute': 'تعاون کریں',
'nav.aboutUs': 'ہمارے متعلق',
'nav.developers': 'ڈویلپرز',
Expand Down