NCTV fork of the livechat plugin.
Go to file
John Livingston 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
.github #117 part 1: New documentation website (#151) 2023-02-13 17:58:06 +01:00
assets Moving `public` directory away: 2023-02-14 10:19:55 +01:00
client Implements #153: Settings translations (#155) 2023-02-15 11:54:48 +01:00
conversejs ConverseJS: in readonly mode, don't show any info messages (except when disconnected). 2023-01-16 18:04:20 +01:00
documentation Fix typo. 2023-02-14 11:05:35 +01:00
languages Implements #153: Settings translations (#155) 2023-02-15 11:54:48 +01:00
prosody Prosody Appimage: supports only x86_64: 2022-12-12 19:17:43 +01:00
prosody-modules Changing avatars. 2022-01-07 00:53:54 +01:00
server Implements #153: Settings translations (#155) 2023-02-15 11:54:48 +01:00
shared Use ESBuild for frontend build. 2022-12-12 19:31:29 +01:00
support/documentation Implements #153: Settings translations (#155) 2023-02-15 11:54:48 +01:00
vendor ConverseJS v10.0.0: checkout upstream 2022-10-31 17:39:08 +01:00
.eslintrc.json Implements #153: Settings translations (#155) 2023-02-15 11:54:48 +01:00
.gitignore public in .gitignore 2023-02-14 10:24:08 +01:00
.gitlab-ci.yml Documentation on Framagit 2023-02-14 11:01:42 +01:00
.gitmodules #117 part 1: New documentation website (#151) 2023-02-13 17:58:06 +01:00
.markdownlint.jsonc Adding markdownlint file. 2021-08-05 11:58:31 +02:00
.npmignore #117 part 1: New documentation website (#151) 2023-02-13 17:58:06 +01:00
.stylelintrc.js ConverseJS theme: Fix margin when hidding avatars. 2021-11-22 14:50:55 +01:00
CHANGELOG.md Implements #153: Settings translations (#155) 2023-02-15 11:54:48 +01:00
CODE_OF_CONDUCT.md Documentation on Framagit 2023-02-14 11:01:42 +01:00
CONTRIBUTING.md Documentation on Framagit 2023-02-14 11:01:42 +01:00
COPYRIGHT.md Sepia licence details. 2022-01-06 02:36:14 +01:00
LICENSE Add license 2019-07-16 17:00:46 +02:00
README.md Documentation on Framagit 2023-02-14 11:01:42 +01:00
ROADMAP.md Adding the github project link. 2022-11-18 13:46:32 +01:00
build-avatars.js Moving `public` directory away: 2023-02-14 10:19:55 +01:00
build-client.js Use ESBuild for frontend build. 2022-12-12 19:31:29 +01:00
build-languages.js Implements #153: Settings translations (#155) 2023-02-15 11:54:48 +01:00
build-prosody.sh Prosody Appimage: supports only x86_64: 2022-12-12 19:17:43 +01:00
doc-generate-missing-translations.sh #117 part 1: New documentation website (#151) 2023-02-13 17:58:06 +01:00
package-lock.json Implements #153: Settings translations (#155) 2023-02-15 11:54:48 +01:00
package.json Implements #153: Settings translations (#155) 2023-02-15 11:54:48 +01:00

README.md

PeerTube plugin livechat

This Peertube plugin is meant to provide chat system for Peertube videos.

To read the documentation, please refer to any of these:

Before updating to a major release, please read the release notes and breaking changes list : CHANGELOG.