Update spanish translations and fix syntax errors #4060
No reviewers
Labels
No Label
#P1 CRITICAL
#P2: HIGH
#P3: elevated
#P4 priority: medium
#P6: low
#Review
annoying
API
bug
code quality
combat
commands
compatibility
configurability
contribution inside
controls
core feature
creative mode
delayed for engine release
documentation
duplicate
enhancement
environment
feature request
gameplay
graphics
ground content conflict
GUI/HUD
help wanted
incomplete feature
invalid / won't fix
items
looking for contributor
mapgen
meta
mineclone2+
Minecraft >= 1.13
Minecraft >= 1.17
missing feature
mobile
mobs
mod support
model needed
multiplayer
Needs adoption
needs discussion
needs engine change
needs more information
needs research
nodes
non-mob entities
performance
player
possible close
redstone
release notes
schematics
Skyblock
sounds
Testing / Retest
tools
translation
unconfirmed
mcl5
mcla
Media missing
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: VoxeLibre/VoxeLibre#4060
Loading…
Reference in New Issue
No description provided.
Delete Branch ":es-translations-syntax"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Contribution to #3540
Currently running Wuzzy's Minetest_Translation_Tools in my branch gives this results:
TEST RESULT:
1037 file(s) checked. Test FAILED!
32 file(s) with error(s).
4 file(s) with warnings.
48 file(s) with empty translations.
I think that mods/ITEMS/mcl_honey/locale/mcl_honey.es.tr will be the last file that I'll fix the syntax errors for now.
One less warning with the last commit :)
the file was missing the #textdomain line
WIP: Update spanish translations and fix syntax errorsto Update spanish translations and fix syntax errorsUpdate spanish translations and fix syntax errorsto WIP: Update spanish translations and fix syntax errorsWIP: Update spanish translations and fix syntax errorsto Update spanish translations and fix syntax errorsUps, don't see those results that I posted earlier I think that I was running the script incorrectly, these are the results that I'm getting by running ../Minetest_Translation_Tools/mtt_check.py .
TEST RESULT:
1032 file(s) checked. Test FAILED!
27 file(s) with error(s).
1 file(s) with warnings.
47 file(s) with empty translations.
Hi, what needs discussion?
The script used. We haven't checked how it works exactly yet, and I'd like to know that before we use it.
Sure. Well, if it's of any help these are the fixed errors, according to the script:
Error (./mods/ITEMS/mcl_fire/locale/mcl_fire.es.tr:15): Bad escape code in translation: '@ '
Error (./mods/ITEMS/mcl_fire/locale/mcl_fire.es.tr:15): Missing placeholder(s) in translation: '@1'
Warning (./mods/ITEMS/mcl_honey/locale/mcl_honey.es.tr): No textdomain in file
I think that the script is from a Minetest PR. (If that helps any)
Maybe this is the information that you need?
MineClone2/MineClone2#3540 (comment)