2025-04-12- translation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
===.json file=== | ===.json file=== | ||
* key = reference variable | |||
* value = translated Languages | |||
<syntaxhighlight lang="Json"> | <syntaxhighlight lang="Json"> | ||
{ | { | ||
Revision as of 00:57, 15 April 2025
Translation Microfrontend
function
S3
- Store translations of each language in their respective directory.
S3 tree
/translations-language
/locales
/{language_name}
-{namespace_name}.json
.json file
- key = reference variable
- value = translated Languages
{
"greeting": "Hello",
"text": "Thank you for visiting our website.",
"language": "Language",
"Hi": "What's up",
"Hello": "greeting from translation"
}
Object link
- format
"https://translations-language.s3.us-east-2.amazonaws.com/locales/Template:Lng/Template:Ns.json"
- example
"https://translations-language.s3.us-east-2.amazonaws.com/locales/en/buying.json"