Skip to content

Commit 895bda7

Browse files
committed
docs: refine i18n documentation by removing redundant text in regional language variants tip
1 parent 202eb82 commit 895bda7

File tree

1 file changed

+1
-1
lines changed
  • adminforth/documentation/docs/tutorial/07-Plugins

1 file changed

+1
-1
lines changed

adminforth/documentation/docs/tutorial/07-Plugins/10-i18n.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ model translations {
4949
5050
If you want more languages, just add more fields like `uk_string`, `ja_string`, `fr_string`, `es_string` to the model.
5151
52-
> 💡 **Tip**: For regional language variants, you can also use BCP47 codes like `en-GB`, `pt-BR`, `fr-CA` and add corresponding fields like `enGB_string`, `ptBR_string`, `frCA_string`. See the [BCP47 Language Code Support](#bcp47-language-code-support) section for more details.
52+
> 💡 **Tip**: For regional language variants, you can also use BCP47 codes like `en-GB`, `pt-BR`, `fr-CA` and add corresponding fields like `enGB_string`, `ptBR_string`, `frCA_string`.
5353
5454
Next, add resource for translations:
5555

0 commit comments

Comments
 (0)