We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sort()
1 parent 71a63c0 commit 61b06c1Copy full SHA for 61b06c1
scripts/generate-translation-doc.ts
@@ -17,7 +17,7 @@ function generateTranslationsMarkdown(locale: string): string {
17
}
18
19
export function generateReadmeLocales() {
20
- const availableLocales = Object.keys(locales);
+ const availableLocales = Object.keys(locales).sort();
21
22
let localesListTable = "";
23
for (let i = 0; i < availableLocales.length; i += 1) {
0 commit comments