Commit Graph

19 Commits

Author SHA1 Message Date
01e7fdc9b6 Chat federation: new settings to disable the feature. 2023-04-20 12:13:22 +02:00
2a06784417 XMPP connections documentation (#114) 2023-04-14 14:23:18 +02:00
4d6ead2621 Fix strings. 2023-04-14 11:33:41 +02:00
801798852c Prosody: new settings to provide a custom certificates dir 2023-04-14 11:33:41 +02:00
4d9d9d39b0 XMPP clients connections WIP:
* new option to allow external xmpp account s2s connections
* settings to setup the port and network interfaces
* documentation WIP

Related to issue #114
2023-04-14 11:33:41 +02:00
11411d77ed Fixes and simplifications of it.yml
After a close check of [this](https://user-images.githubusercontent.com/38844060/223442627-ab5ff38d-285d-420a-9715-b566546f44db.png), I fixed and simplified some Italian strings.
2023-03-07 20:13:11 +01:00
e5c063afb5 Fix italian translation + v6.2.2. 2023-03-07 16:03:57 +01:00
ba54ac6527 Fix missing it translations. 2023-03-07 15:53:25 +01:00
f8e598e3cc Fix typo. 2023-03-07 14:56:17 +01:00
cbb46d9fce Merge pull request #159 from lost-geographer/patch-2
Create it.yml
2023-03-07 14:43:00 +01:00
9d2187bbef Merge pull request #160 from lost-geographer/patch-3
Update fr.yml
2023-03-07 14:41:39 +01:00
2bb901a1fb Update en.yml 2023-03-07 12:38:00 +01:00
412236ed98 Update fr.yml 2023-03-07 12:37:03 +01:00
e1dca7595f Create it.yml 2023-03-07 12:35:39 +01:00
183b21322d Fix typo. 2023-02-17 09:43:01 +01:00
47631f433f German Translation shortened
Shortened translations to don't get truncated.
2023-02-16 16:08:36 +01:00
f31d6f8c82 Updated german translation (#156)
Completed german translation for the plugin settings
Translated the description of the settings documentation
Used a nicer sentence for the room type description
Translated the Github-Links for the Roadmap
2023-02-16 06:57:09 +01:00
c97cb5bb18 Partial german settings translations. 2023-02-15 15:02:22 +01:00
9d18e401a7 Implements #153: Settings translations (#155)
Implementing a new translating system, so we can more easily translate
settings strings. Indeed, these strings are difficult to embed in
JSON format.

We still use JSON files for standard strings, but in addition we have
dedicated YAML files to translate settings strings.

There is a new build-languages.js script that merge all translations in JSON files.

Other modifications:
* Eslint: ignoring documentation and build scripts.
* french settings translations.
2023-02-15 11:54:48 +01:00