mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
name and help doesn't support localization
This commit is contained in:
parent
d1fd7cf8f6
commit
eac9c5d4ea
1 changed files with 4 additions and 8 deletions
|
@ -50,11 +50,9 @@ type = "boolean"
|
||||||
#################
|
#################
|
||||||
|
|
||||||
[gotosocial.media]
|
[gotosocial.media]
|
||||||
name.en = "Media config"
|
name = "Media config"
|
||||||
name.fr = "Configuration des médias"
|
|
||||||
|
|
||||||
help.en = "Config pertaining to user media uploads (videos, image, image descriptions)."
|
help = "Config pertaining to user media uploads (videos, image, image descriptions)."
|
||||||
help.fr = "Configuration relative aux médias téléchargés par les utilisateurs (vidéos, images, descriptions d'images)."
|
|
||||||
|
|
||||||
[gotosocial.media.media_image_max_size]
|
[gotosocial.media.media_image_max_size]
|
||||||
ask.en = "Maximum allowed image upload size in bytes."
|
ask.en = "Maximum allowed image upload size in bytes."
|
||||||
|
@ -116,11 +114,9 @@ type = "number"
|
||||||
###################
|
###################
|
||||||
|
|
||||||
[gotosocial.statuses]
|
[gotosocial.statuses]
|
||||||
name.en = "Status config"
|
name = "Status config"
|
||||||
name.fr = "Configuration des status"
|
|
||||||
|
|
||||||
help.en = "Config pertaining to the creation of statuses/posts, and permitted limits."
|
help = "Config pertaining to the creation of statuses/posts, and permitted limits."
|
||||||
help.fr = "Configuration relative à la création de statuts/posts, et aux limites autorisées."
|
|
||||||
|
|
||||||
[gotosocial.statuses.statuses_max_chars]
|
[gotosocial.statuses.statuses_max_chars]
|
||||||
ask.en = "Maximum amount of characters permitted for a new status."
|
ask.en = "Maximum amount of characters permitted for a new status."
|
||||||
|
|
Loading…
Reference in a new issue