mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-24 05:28:01 +02:00
feat(core): allow customizing the i18n directory path (#7386)
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
This commit is contained in:
parent
c07a514730
commit
abe5450526
26 changed files with 147 additions and 166 deletions
|
@ -75,7 +75,7 @@ export const THEME_PATH = `${SRC_DIR_NAME}/theme`;
|
|||
* All translation-related data live here, relative to site directory. Content
|
||||
* will be namespaced by locale.
|
||||
*/
|
||||
export const I18N_DIR_NAME = 'i18n';
|
||||
export const DEFAULT_I18N_DIR_NAME = 'i18n';
|
||||
|
||||
/**
|
||||
* Translations for React code.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue