Skip to content

Commit

Permalink
fix(ci-build): Add missing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
machour committed Sep 16, 2017
1 parent 50a2206 commit e2439e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/auth/screens/language-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ export default [
{
code: 'ru',
name: 'Русский',
}
},
];
2 changes: 1 addition & 1 deletion src/locale/languages/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export const ru = {
M: '1 мес',
MM: '%d мес',
y: '1 г',
yy: '%d г'
yy: '%d г',
},
abbreviations: {
thousand: 'тыс.',
Expand Down

0 comments on commit e2439e8

Please sign in to comment.