Skip to content

Commit

Permalink
Fix %d placeholder in other lang files
Browse files Browse the repository at this point in the history
  • Loading branch information
NotRyken committed Jan 17, 2025
1 parent 52b2b69 commit f4e5e03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"option.claimpoints.waypoints.color": "Цвет отметки",
"option.claimpoints.waypoints.color.tooltip": "The color code for claim waypoint icons.",
"option.claimpoints.waypoints.nameFormat": "Формат имени отметки",
"option.claimpoints.waypoints.nameFormat.error": "Формат имени должен содержать %d для размера участка",
"option.claimpoints.waypoints.nameFormat.error": "Формат имени должен содержать %%\u200Cd для размера участка",
"option.claimpoints.waypoints.nameFormat.tooltip": "The format for claim waypoint names. Must contain %%\u200Cd for the claim size."
}
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"option.claimpoints.waypoints.color": "路径点颜色",
"option.claimpoints.waypoints.color.tooltip": "The color code for claim waypoint icons.",
"option.claimpoints.waypoints.nameFormat": "路径点名称格式",
"option.claimpoints.waypoints.nameFormat.error": "名称格式必须包含%d以表示声明大小",
"option.claimpoints.waypoints.nameFormat.error": "名称格式必须包含%%\u200Cd以表示声明大小",
"option.claimpoints.waypoints.nameFormat.tooltip": "The format for claim waypoint names. Must contain %%\u200Cd for the claim size."
}

0 comments on commit f4e5e03

Please sign in to comment.