Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
NotRyken committed Dec 16, 2024
1 parent 8a2a7f4 commit cb9e44d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 20 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.5

- Added Russian translation (rfin0)

## 2.0.4

- Minor improvements
38 changes: 19 additions & 19 deletions common/src/main/resources/assets/claimpoints/lang/ru_ru.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"claimpoints.name": "ClaimPoints",

"message.claimpoints.installCloth": "Установите Cloth Config API для доступа к параметрам мода.",
"message.claimpoints.viewModrinth": "Посмотреть на Modrinth",

"option.claimpoints.waypoints": "Отметки",
"option.claimpoints.nameFormat": "Формат имени отметки",
"option.claimpoints.nameFormat.error": "Формат имени должен содержать %d для размера участка",
"option.claimpoints.alias": "Псевдоним отметки",
"option.claimpoints.alias.error": "Псевдоним должен состоять из 1 или 2 символов",
"option.claimpoints.color": "Цвет отметки",

"option.claimpoints.griefprevention": "Предотвращение грифа",
"option.claimpoints.command": "Команда списка участников",
"option.claimpoints.firstPattern": "Шаблон первой строки",
"option.claimpoints.claimPattern": "Шаблон строки участка",
"option.claimpoints.ignoredPattern": "Игнорируемые шаблоны строк",
"option.claimpoints.endingPattern": "Шаблоны завершающих строк"
{
"claimpoints.name": "ClaimPoints",

"message.claimpoints.installCloth": "Установите Cloth Config API для доступа к параметрам мода.",
"message.claimpoints.viewModrinth": "Посмотреть на Modrinth",

"option.claimpoints.waypoints": "Отметки",
"option.claimpoints.nameFormat": "Формат имени отметки",
"option.claimpoints.nameFormat.error": "Формат имени должен содержать %d для размера участка",
"option.claimpoints.alias": "Псевдоним отметки",
"option.claimpoints.alias.error": "Псевдоним должен состоять из 1 или 2 символов",
"option.claimpoints.color": "Цвет отметки",

"option.claimpoints.griefprevention": "Предотвращение грифа",
"option.claimpoints.command": "Команда списка участников",
"option.claimpoints.firstPattern": "Шаблон первой строки",
"option.claimpoints.claimPattern": "Шаблон строки участка",
"option.claimpoints.ignoredPattern": "Игнорируемые шаблоны строк",
"option.claimpoints.endingPattern": "Шаблоны завершающих строк"
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Neo/Forge version ranges: https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html

# Project
mod_version=2.0.4+1.21
mod_version=2.0.5+1.21
mod_group=dev.terminalmc
mod_id=claimpoints
mod_name=ClaimPoints
Expand Down

0 comments on commit cb9e44d

Please sign in to comment.