Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add missing title entry to localization files #303

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
freedit-dev marked this conversation as resolved.
Show resolved Hide resolved
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