feat(apps/i18n): extract strings to translate for application fluffychat

This commit is contained in:
Laurent Peuch 2024-03-25 21:44:57 +01:00
parent bdaa5730ce
commit ac422d22b7
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
"description": "Matrix messenger client",
"install_default_matrix_server_ask": "Default Matrix server",
"install_default_matrix_server_help": "Must be a domain name or a sub-domain. Must not contain a path."
}

View file

@ -0,0 +1,3 @@
{
"description": "Client de messagerie Matrix"
}