mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Remove all *.intl.json files. Move strings to the corresponding views. Implement custom command to build i18n/en.json file
This commit is contained in:
7
packages/app/pages/root/siteName.intl.ts
Normal file
7
packages/app/pages/root/siteName.intl.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { defineMessages } from 'react-intl';
|
||||
|
||||
const { siteName } = defineMessages({
|
||||
siteName: 'Ely.by',
|
||||
});
|
||||
|
||||
export default siteName;
|
||||
Reference in New Issue
Block a user