diff --git a/gradle.properties b/gradle.properties index 9d3366e..cca81f2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ yarn_mappings=1.20.1+build.10 loader_version=0.15.7 # Mod Properties -mod_version=0.4.2 +mod_version=0.4.3 maven_group=pl.xyundy.squaredadditions archives_base_name=squaredadditions diff --git a/src/main/resources/assets/squaredadditions/lang/fr_fr.json b/src/main/resources/assets/squaredadditions/lang/fr_fr.json new file mode 100644 index 0000000..ee18f00 --- /dev/null +++ b/src/main/resources/assets/squaredadditions/lang/fr_fr.json @@ -0,0 +1,19 @@ +{ + "_comment0": "Note to translators: DO NOT COPY ENTRIES FROM ENGLISH", + "_comment1": "I repeat: do NOT copy entries from English!!", + "_comment2": "Copying English entries will cause them to become outdated when this file changes", + "_comment3": "Untranslated entries will automatically be inherited from this file.", + "_comment4": "Once again, don't copy from English, and THANK YOU for your hard work!", + "_comment5": "Note aux traducteurs : NE COPIEZ PAS LES ENTITLEMENTS DE L'ANGLAIS", + + "item.squaredadditions.copper_sword": "Épée de cuivre", + "item.squaredadditions.copper_shovel": "Pelle de cuivre", + "item.squaredadditions.copper_hoe": "Houe de cuivre", + "item.squaredadditions.copper_axe": "Hache de cuivre", + "item.squaredadditions.copper_pickaxe": "Pioche de cuivre", + "item.squaredadditions.emerald_sword": "Épée d'émeraude", + "item.squaredadditions.emerald_shovel": "Pelle d'émeraude", + "item.squaredadditions.emerald_hoe": "Houe d'émeraude", + "item.squaredadditions.emerald_axe": "Hache d'émeraude", + "item.squaredadditions.emerald_pickaxe": "Pioche d'émeraude" +} \ No newline at end of file