Skip to content

Commit 47614c0

Browse files
committed
add ru_ru (Russian) translations thanks to Miros77, v to 1.5.2, fix dep versions
1 parent 9a5481d commit 47614c0

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ dependencies {
3232
modCompile "com.github.OnyxStudios.Cardinal-Components-API:cardinal-components-entity:${project.cardinal_components_version}"
3333
include "com.github.OnyxStudios.Cardinal-Components-API:cardinal-components-entity:${project.cardinal_components_version}"
3434

35-
modImplementation 'com.github.Draylar:static-content:1.0.0'
36-
include 'com.github.Draylar:static-content:1.0.0'
35+
modImplementation 'com.github.Draylar:static-content:1.0.1'
36+
include 'com.github.Draylar:static-content:1.0.1'
3737

3838
modImplementation 'com.github.Draylar:maybe-data:master-SNAPSHOT'
3939
include 'com.github.Draylar:maybe-data:master-SNAPSHOT'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ loader_version=0.9.1+build.205
99
fabric_version=0.18.0+build.397-1.16
1010

1111
# Mod Properties
12-
mod_version=1.5.1
12+
mod_version=1.5.2
1313
maven_group=draylar
1414
archives_base_name=wolves-with-armor
1515

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"item.wolveswitharmor.leather_wolf_armor": "Коженая Броня для Волка",
3+
"item.wolveswitharmor.golden_wolf_armor": "Золотая Броня для Волка",
4+
"item.wolveswitharmor.iron_wolf_armor": "Железная Броня для Волка",
5+
"item.wolveswitharmor.diamond_wolf_armor": "Алмазная Броня для Волка",
6+
"item.wolveswitharmor.netherite_wolf_armor": "Незеритовая Броня для Волка",
7+
8+
"itemGroup.wolveswitharmor.group": "Wolves With Armor",
9+
10+
"wolveswitharmor.tooltip.when_equipped": "При надевании на волка:",
11+
"wolveswitharmor.tooltip.bonus": " +%s Броня"
12+
}

0 commit comments

Comments
 (0)