Skip to content

Commit b9697df

Browse files
authored
docs: Use valid locale for proposed pseudo locale
1 parent 4b00058 commit b9697df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/guides/pseudolocalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Pseudolocalization is automatically generated during the [`compile`](/ref/cli#co
4141

4242
You can switch your browser to a pseudolocale either by adjusting the browser settings or by using extensions. Extensions provide flexibility by allowing you to use any locale, while browser settings are usually limited to valid language tags (BCP 47).
4343

44-
In such cases, the pseudolocale must be a standard locale that isn't already used in your application. For example, you could use `zu_ZA` (Zulu - South Africa).
44+
In such cases, the pseudolocale must be a standard locale that isn't already used in your application. For example, you could use `zu-ZA` (Zulu - South Africa).
4545

4646
Chrome:
4747

0 commit comments

Comments
 (0)