rsnext/examples/with-next-translate/locales/en/home.json
David Brookton 2efc944cb9
(examples/with-next-translate) Removed Redundancies in Strings (#29501)
## `with-next-translate` Example Refactor
- [x] Linting passes

## Purpose for changes
- The existing locals folder is using a redundant string structure which continuously repeats "Change language to " in separate instances in separate languages alongside separate language translations.
- This PR is a simple refactor to extract "change language to" to it's own string, and references already existing strings defining the language translation.

## Why they might be helpful
- A user looking to implement this pattern should consider reducing redundancies as early as possible to scale an app, thus I believe it would be helpful for this example.

Notes: 
- these original translations were done via google translate
- verified that these strings still make sense and translate properly in every locale / language
- these strings are meant to be examples, translations have not been verified with a translation agency.



Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
2022-01-05 18:25:00 +00:00

11 lines
351 B
JSON

{
"arabic": "Arabic",
"catalan": "Catalan",
"change-to": "Change language to",
"description": "Get started by editing",
"english": "English",
"hebrew": "Hebrew",
"next-docs": "Find in-depth information about Next.js features and API.",
"plugin-docs": "Read more about next-translation usage.",
"title": "<0>Welcome to <1></1></0>"
}