add lang: cs

This commit is contained in:
xiaomlove
2025-04-20 18:13:46 +07:00
parent ff11c10eab
commit 4166a933e1
150 changed files with 7578 additions and 16 deletions
+1 -1
View File
@@ -8,6 +8,6 @@
Currently there are 2 solutions for multilingualism:
- The old Nexus environment uses translation files for web pages, which are imported into the language file via `require_once(get_langfile_path())` and then used.
- The new ones are defined under `resources/lang` and called via nexus_trans().
- The new ones are defined under `resources/lang` and called via `nexus_trans()`.
Keep the old one intact, and use the new way for all new functionality. The new approach can be used in both Nexus and Laravel environments.