Skip to content

Commit

Permalink
Fix variable order and translate testmod
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiancc committed Nov 27, 2024
1 parent 49fe226 commit 5ae31ce
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/assets/spruceui/lang/en_ud.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"spruceui.reset": "ʇesǝᴚ",
"spruceui.gui.unbind": "dnᴉbn∩",
"spruceui.narrator.separator": "roʇaɹɐdǝs %s",
"spruceui.narration.toggle_switch": "%s etɐts htiw ,%s :ɥɔʇᴉʍS ǝןgᵷo⟘",
"spruceui.options.generic": "%s :%s",
"spruceui.narrator.separator": "roʇaɹɐdǝs %1$s",
"spruceui.narration.toggle_switch": "%2$s etɐts htiw ,%1$s :ɥɔʇᴉʍS ǝןgᵷo⟘",
"spruceui.options.generic": "%2$s :%1$s",
"spruceui.options.generic.fancy": "ʎɔnɐℲ",
"spruceui.options.generic.fast": "ʇsɐℲ",
"spruceui.options.generic.fastest": "tsǝʇsɐℲ",
Expand Down
12 changes: 12 additions & 0 deletions src/testmod/resources/assets/spruceui_test/lang/en_ud.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"spruceui_test.option.action": "noitpO noiʇɔⱯ ǝןdɯᴉS",
"spruceui_test.option.boolean": "noᴉʇdO nɐǝןooᗺ",
"spruceui_test.option.checkbox": "noᴉʇdO xobʞɔǝɥƆ",
"spruceui_test.option.cycling": "noiʇdO ᵷnᴉןɔʎƆ",
"spruceui_test.option.double": "uoᴉʇdO ǝןbnoᗡ",
"spruceui_test.option.double_input": "noᴉtpO ʇuduI ǝןbnoᗡ",
"spruceui_test.option.float_input": "noᴉtpO tudnI ʇɐoןℲ",
"spruceui_test.option.int_input": "noᴉtpO tudnI ɹeᵷǝʇnI",
"spruceui_test.option.separator": "roʇaɹɐdǝS",
"spruceui_test.option.toggle_switch": "noitdO ɥɔʇᴉʍS ǝןgᵷo⟘"
}

0 comments on commit 5ae31ce

Please sign in to comment.