Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions LANGUAGES/README
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ string translation:

All the languages will be sorted by the name

To keep `languages.json` consistent, two bash scripts were added:
1. **languages_check_order.sh** — validates that the file is an array of objects with string `name` and checks alphabetical order.
2. **languages_sort_by_names.sh** — automatically sorts the entries by `name` (case-insensitive by default) and rewrites the file, creating a `.bak` backup.

- Both scripts can run without arguments and will detect `languages.json` in current directory.
- Requires `jq` and a UTF-8 environment.
Loading