diff --git a/_locales/pt_PT/messages.json b/_locales/pt_PT/messages.json
index b1f0e4d..4a1bc2f 100644
--- a/_locales/pt_PT/messages.json
+++ b/_locales/pt_PT/messages.json
@@ -204,7 +204,13 @@
"message": "Importa tudo"
},
"setting_log_limit_label": {
- "message": "Limitar o registo a $LIMIT$ entradas. (-1 significa ∞)"
+ "message": "Limitar o registo a $LIMIT$ entradas. (-1 significa ∞)",
+ "placeholders": {
+ "limit": {
+ "content": "$1",
+ "example": "100"
+ }
+ }
},
"blocked_html_title": {
"message": "Este site foi bloqueado pelo ClearURLs"
diff --git a/_locales/zh_TW/messages.json b/_locales/zh_TW/messages.json
index 879914e..f4fcdf4 100644
--- a/_locales/zh_TW/messages.json
+++ b/_locales/zh_TW/messages.json
@@ -261,7 +261,13 @@
"message": "匯入各項設定"
},
"setting_log_limit_label": {
- "message": "最多保存 $LIMIT$ 筆記錄檔"
+ "message": "最多保存 $LIMIT$ 筆記錄檔",
+ "placeholders": {
+ "limit": {
+ "content": "$1",
+ "example": "100"
+ }
+ }
},
"blocked_html_title": {
"message": "這個網站已由 ClearURLs 封鎖"