diff options
| author | Oliver <zen@noreply.codeberg.org> | 2025-03-21 17:14:58 +0000 |
|---|---|---|
| committer | Oliver <zen@noreply.codeberg.org> | 2025-03-21 17:14:58 +0000 |
| commit | 83c8218f71a7d901609f10df6612bf457c30f35a (patch) | |
| tree | a08b014ced2dd68b20e498195d4c2c6064225dab /README.md | |
| parent | c9a6cb8bb0047a1976e390bb1f3e09e58d70b9f5 (diff) | |
| parent | d68d2f51df95dde970fbc8972c49276c52d5a7d6 (diff) | |
Merge pull request 'v2.74' (#4) from grunfink/snac2:master into master
Reviewed-on: https://codeberg.org/zen/snac2/pulls/4
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -82,6 +82,8 @@ From version 2.68, Linux Landlock sandboxing is included (not supported on Linux make CFLAGS=-DWITH_LINUX_SANDBOX ``` +From version 2.73, the language of the web UI can be configured; the `po/` source subdirectory includes a set of translation files, one per language. After initializing your instance, copy whatever language file you want to use to the `lang/` subdirectory of the base directory. + See the administrator manual on how to proceed from here. ## Testing via Docker |