Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(i18n): fix eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Metnew committed Aug 8, 2017
1 parent c4cb097 commit 2749ec4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions i18n/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
en: null,
ru: {
'RSUIS on @Github': 'Привет, буду рад фидбеку :)'
}
en: null,
ru: {
'RSUIS on @Github': 'Привет, буду рад фидбеку :)'
}
}

0 comments on commit 2749ec4

Please sign in to comment.