Skip to content

Commit

Permalink
Add french franslation
Browse files Browse the repository at this point in the history
  • Loading branch information
xYundy committed Mar 24, 2024
1 parent ff21ccd commit fb72461
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
19 changes: 19 additions & 0 deletions src/main/resources/assets/squaredadditions/lang/fr_fr.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit fb72461

Please sign in to comment.