Updated README.md

This commit is contained in:
DJj123dj
2024-11-25 20:06:11 +01:00
parent 66ab30bf06
commit e8319cccea
2 changed files with 14 additions and 9 deletions
+2 -1
View File
@@ -23,6 +23,7 @@ export const loadAllLanguages = async () => {
/** How to add more languages?
* - Register the language to the manager (see above)
* - Add the language to the list in the "ODLanguageManagerIds_Default" interface (./src/core/api/defaults/language.ts)
* - Add the language to the list in the README.md
* - Update the language list in the README.md translator list
* - Update the language counter in the README.md features list
*/
}