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

Commit

Permalink
feat: working on locals for react-intl
Browse files Browse the repository at this point in the history
feat: working on locals for react-intl
  • Loading branch information
Metnew committed Sep 9, 2017
1 parent 0d25462 commit 2492a20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 3 additions & 0 deletions locals/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"Header.Popup.HeaderButton": "Hello {name}, today is {today, date}"
}
6 changes: 0 additions & 6 deletions locals/index.js

This file was deleted.

3 changes: 3 additions & 0 deletions locals/ru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"Header.Popup.HeaderButton": "Привет {name}, сегодня - {today, date}"
}

0 comments on commit 2492a20

Please sign in to comment.