Skip to content

Commit

Permalink
fix: add missing title entry to localization files (#303)
Browse files Browse the repository at this point in the history
* fix: add missing title entry to localization files

Resolves #302

* fix: english localization spelling for webp
  • Loading branch information
jacque006 authored Nov 8, 2024
1 parent 5083219 commit 26508df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion i18n/en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ submit = "Submit"
subscribe = "Subscribe"
super = "Super"
terms = "Terms and Conditions"
title = "Title"
title_max_length = "Title Max Length"
topics = "Topics"
topics_help = "# separated"
Expand All @@ -131,7 +132,7 @@ unpin = "Unpin"
unread = "Unread"
unsubscribe = "Unsubscribe"
upload = "Upload"
upload_help = "Max 10 pictures; jpg jpeg png wepb and gif is allowed."
upload_help = "Max 10 pictures; jpg jpeg png webp and gif is allowed."
url = "URL"
user_name = "User Name"
user_name_help = "Username, Not start with number, 2 - 10 chars"
Expand Down
1 change: 1 addition & 0 deletions i18n/fr.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ submit = "Soumettre"
subscribe = "S'abonner"
super = "Super"
terms = "termes et conditions"
title = "Titre"
title_max_length = "Longueur maximale du titre"
topics = "Sujets"
topics_help = "Séparés par #"
Expand Down
1 change: 1 addition & 0 deletions i18n/ja.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ submit = "送信"
subscribe = "購読"
super = "スーパー"
terms = "利用規約"
title = "タイトル"
title_max_length = "タイトルの最大長"
topics = "トピック"
topics_help = "# で区切り"
Expand Down
1 change: 1 addition & 0 deletions i18n/zh_cn.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ submit = "提交"
subscribe = "订阅"
super = "超级管理员"
terms = "条款与条件"
title = "标题"
title_max_length = "标题最大长度"
topics = "主题"
topics_help = "使用 # 分隔"
Expand Down

0 comments on commit 26508df

Please sign in to comment.