mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-31 15:42:48 +00:00
* Fix conflicting strings issue in translations * Preserve structure of `customTranslations` * Use `deepmerge` to merge whole of `localized-strings` * Simplify and make deep property access on an object safe * Fix deep property accessor and rename it to idx
10 lines
309 B
JSON
10 lines
309 B
JSON
{
|
|
"_comment": "This file is used to provide custom strings for translations, including overriding defaults",
|
|
"localized-strings": {
|
|
"translation": "Translations and Localization"
|
|
},
|
|
"pages-strings" : {
|
|
"Help Translate|recruit community translators for your project": "Help Us Translate"
|
|
}
|
|
}
|