mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
add lang: cs
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user