Skip to content

Commit a04b536

Browse files
authored
Add translations for Configuration page (cibernox#4)
* Add translations for Getting Started * Add translations for Configuration * Add translations for Uasge page Co-authored-by: Kyohei Hamaguchi (@tnzk) <[email protected]>
1 parent 9d35a74 commit a04b536

File tree

3 files changed

+63
-69
lines changed

3 files changed

+63
-69
lines changed

locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,6 @@
146146
"usage.paragraph.other-stores-2": "Lets build a component to change the current locale.",
147147
"usage.paragraph.other-stores-3": "The code above is quite straigtforward. We just iterate the list of available locales in <code class='bg-code px-2'>$locales</code> rendering a button for each one. Clicking on a button will set the current locale in <code class='bg-code px-2'>$locale</code> to the new value.<br/> Every translation in the app will update without refreshing the page.",
148148
"usage.definitions.other-stores-1": "Can be used to read or write the current locale (E.g: <pre class='inline'>\"es-ES\"</pre>).",
149-
"usage.definitions.other-stores-2": "Contain al array of all the available locales (E.g: <pre class='inline'>[\"es-ES\", \"en\", \"pt-BR\"]</pre>).",
149+
"usage.definitions.other-stores-2": "Contains an array of all the available locales (E.g: <pre class='inline'>[\"es-ES\", \"en\", \"pt-BR\"]</pre>).",
150150
"usage.definitions.other-stores-3": "Contains <pre class='inline'>true</pre> when an asynchronous locale is still being loaded."
151151
}

0 commit comments

Comments
 (0)