diff --git a/CHANGELOG.md b/CHANGELOG.md index c941ace..48fa284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [4.0.2] + +- Fixed CI not adding loader name to the display name on curseforge +- Added Turkish translation (alpeerkaraca) +- Re-added French translation as it went missing (Calvineries) +- Lang between fabric and forge are now in sync + ## [4.0.1] - Fix fabric server not being able to start up diff --git a/fabric/src/main/resources/assets/bcc/lang/fr_fr.json b/fabric/src/main/resources/assets/bcc/lang/fr_fr.json new file mode 100644 index 0000000..f6e45fc --- /dev/null +++ b/fabric/src/main/resources/assets/bcc/lang/fr_fr.json @@ -0,0 +1,4 @@ +{ + "bcc.gui.tooltip.compatible_server": "§3Serveur: %s\n§2Client (Vous): %s", + "bcc.gui.tooltip.incompatible_server": "§6Vous n'utilisez pas la même version du modpack que le serveur :(\n \n§4Serveur: %s\n§4Client (Vous): %s" +} \ No newline at end of file diff --git a/forge/src/main/resources/assets/bcc/lang/fr_fr.json b/forge/src/main/resources/assets/bcc/lang/fr_fr.json new file mode 100644 index 0000000..e6c38bb --- /dev/null +++ b/forge/src/main/resources/assets/bcc/lang/fr_fr.json @@ -0,0 +1,4 @@ +{ + "bcc.gui.tooltip.compatible_server": "§3Serveur: {0}\n§2Client (Vous): {1}", + "bcc.gui.tooltip.incompatible_server": "§6Vous n'utilisez pas la même version du modpack que le serveur :(\n \n§4Serveur: {0}\n§4Client (Vous): {1}" +} \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 0def3ae..d20e302 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Project -mod_version=4.0.1 +mod_version=4.0.2 group=dev.wuffs.bcc # Common