We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sort()
1 parent 59de460 commit 5c7ffc6Copy full SHA for 5c7ffc6
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