hfs 0.34.1 → 0.35.0-rc1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -42,6 +42,7 @@ You won't find all previous features here (yet), but still we got:
42
42
  - log file
43
43
  - speed throttler
44
44
  - admin web interface
45
+ - multi-language front-end
45
46
  - virtual hosting (plug-in)
46
47
  - anti-brute-force (plug-in)
47
48
 
@@ -81,6 +82,15 @@ If you want to run HFS as a service
81
82
  - run `npm -g update hfs`
82
83
  - run the service installation again
83
84
 
85
+ ## Internationalization
86
+
87
+ It is possible to show the Front-end in other languages.
88
+ In the Languages section of the Admin-panel you'll be able to install lang files.
89
+ You can find some of these files at https://github.com/rejetto/hfs/tree/main/langs
90
+ To download a file: open it, right-click on the "Raw" button, Save.
91
+
92
+ Files must be named `hfs-lang-CODE.json` (lowercase), where `CODE` is the ISO code for your language (e.g. pt-br for Brazilian).
93
+
84
94
  ## Plug-ins
85
95
 
86
96
  To install a plugin you just copy its folder inside `plugins` folder.