Skip to content

Commit

Permalink
refactor(app): move locales folder to shared
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao committed Nov 16, 2023
1 parent 4864c34 commit 9a8ae43
Show file tree
Hide file tree
Showing 23 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"pull_request_title": "feat(localize): updated translation from Crowdin"
"pull_request_labels": ["crowdin"]
'pull_request_title': 'feat(localize): updated translation from Crowdin'
'pull_request_labels': ['crowdin']

files:
- source: /src/current/locales/en/*.json
translation: /src/current/locales/%locale%/%original_file_name%
- source: /src/shared/locales/en/*.json
translation: /src/shared/locales/%locale%/%original_file_name%
2 changes: 1 addition & 1 deletion src/current/i18n.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import i18n from 'i18next';
import { initReactI18next } from 'react-i18next';
import { LANGUAGE_LIST } from './locales/langList';
import { LANGUAGE_LIST } from '../shared/locales/langList';

const resources = {};

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9a8ae43

Please sign in to comment.