1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-28 20:56:02 +02:00
Commit Graph

115 Commits

Author SHA1 Message Date
5a80084800 Set field_enter_after_edit for search fields 2024-02-26 01:31:33 +01:00
a3b171e317 Update Russian translation (#3058) 2023-12-30 11:32:05 +01:00
4bb4a2a818 Update Malay translations
1. Added missing translation to the following files:
  beds.ms.tr, creative.ms.tr, default.ms.tr, farming.ms.tr,
  fire.ms.tr, sethome.ms.tr
2. Changes some translation as per following:
  a. beds.ms.tr
    - Leave Bed changed from Bangun (wake up) to Tinggalkan Katil
      (leave bed, in literal sense) just because the button would
      be interpreted by some people as 'wake up on next morning'
      (ie. skipping night) instead of 'wake up interrupting current
      sleep progress' which is the intended meaning.
  b. boats.ms.tr
    - Boat cruise mode changed from Mod bot layar makan angin to
      Mod jelajah bot, the original translation is more like direct
      translation, and this has been changed to more natural one
      to make sure player know that the mode is a cruise control.
    - Reset changed from Set semula to Tetap semula, this is for
      standardizing with existing term used in various places.
  c. default.ms.tr
    - Page \@1 of \@2 changed from the short form to the long form.
    - Mese Crystal Fragment had missing word 'Kristal' re-added.
  d. dye.ms.tr
    - Dark Grey changed from Kelabu Gelap to Kelabu Tua to make it
      standardized with the colour name elsewhere.
    - Dark Green changed from Hijau Gelap to Hijau Tua to make it
      standardized with the colour name elsewhere.
    - Magenta changed from Merah Lembayung to Magenta, because the
      colour Merah Lembayung is now used to refer to purplish red
      and no longer equal to magenta, the loanword is used instead.
  e. game_commands.ms.tr
    - respawn changed from lahir semula (reborn) to jelma semula
      (reappear), this is to make it consistent with the language
      used in multiple other games that had similar respawning
      system, and avoiding the religious context of life that is
      implied by the use of previous translation.
    - spawnpoint changed from titik permulaan (starting point) to
      titik jelma ((re)appear point), see previous point.
  f. tnt.ms.tr
    - Gun Powder changed from Serbuk Senjata Api (firearms powder)
      to Serbuk Letupan (explosion powder) because that is the
      proper translation, the latter is still the term used even
      when talking about actual firearm, the former didn't exist
  g. vessels.ms.tr
    - item changed from barang (thing) to item, this is mainly
      because some of the 'item' that could be stored are not
      some solid 'thing' where the word barang could be used for,
      so using the word item here keep it neutral.
  h. wool.ms.tr
    - Dark Grey changed from Kelabu Gelap to Kelabu Tua to make it
      standardized with the colour name elsewhere.
    - Dark Green changed from Hijau Gelap to Hijau Tua to make it
      standardized with the colour name elsewhere.
    - Magenta changed from Merah Lembayung to Magenta, because the
      colour Merah Lembayung is now used to refer to purplish red
      and no longer equal to magenta, the loanword is used instead.
2023-12-01 03:46:21 +01:00
829eb92ccf Update Indonesian translations (#3077) 2023-11-24 18:48:38 +01:00
bff7596364 Update Ukrainian translation (#3070) 2023-11-04 16:40:07 +01:00
a132872ad8 Update creative Spanish translation 2023-09-04 18:01:14 +02:00
9e77e00c65 Update German translation 2023-08-17 18:54:20 +02:00
b26a787eb3 Update locale template files 2023-08-17 18:54:20 +02:00
833ed77620 Validate & sanitize formspec fields (#3022) 2023-04-08 18:13:45 +02:00
f49707c973 Minor creative UI fixes (#3023) 2023-04-04 11:43:59 +02:00
fdcf458b56 creative: Override hand after mods loaded... (#2984)
Prevents other mods from overwriting changes
& removes dependence on default.
2023-01-21 09:44:47 +01:00
e903b1f6d0 Make default an optional dependency for the creative mod 2022-08-18 10:16:22 +02:00
06daee4c6d Correct some Esperanto translations (#2910) 2022-07-25 13:26:49 +02:00
b57700a75b Add polish translation (#2926) 2022-05-29 16:20:42 +02:00
a5547a3a76 Add ukrainian (uk) translation (#2921)
Co-authored-by: sfan5 <sfan5@live.de>
2022-01-30 00:35:28 +01:00
c8a1454e2b Fix and update Swedish translation (#2920) 2022-01-29 18:35:45 +01:00
2361987421 Update locale files 2021-12-10 12:24:48 +01:00
31f7d57889 Add and fix Japanese translation (#2904) 2021-10-31 19:17:21 +01:00
1309953da6 Fix the creative trash slot for player 'trash'
By using the inventory named just 'trash' instead of 'creative_trash'
which overlaps when you name your player 'trash'.
2021-10-23 14:37:30 +02:00
c6171a8f29 Add Esperanto translation (#2739)
Co-authored-by: Jason Cartwright <cartwrightjason49@gmail.com>
2021-04-17 15:08:37 +02:00
2c9733ac45 Add Lojban translation (#2835) 2021-02-23 20:00:46 +01:00
b6377a7c0e Added Brazilian Portuguese translation (#2834)
Added the Brazilian Portuguese translation to all mods in the Minetest Game.
2021-02-23 20:00:02 +01:00
6bd059915c Safe texture compression (#2808)
Only a single program was used to safely compress all textures in MTG.

 * `optipng -o7 -zm1-9 -nc -strip all -clobber %%f`

The key command used is -nc, which stops color mode changes. I.e. any RGBA textures will remain RGBA textures, with none being changes to 8-bit indexed mode.

utils/optimize_textures.sh performs this compression automatically, assuming optipng is installed.
2021-02-12 20:55:18 +01:00
9d419bfac6 Update translation templates 2021-02-06 15:07:07 +01:00
e6aec880de Use Minetest 5.3 'minetest.is_creative_enabled' API (#2795) 2020-12-13 18:59:19 +01:00
2953bf2bd6 Slovak translations (#2772) 2020-11-05 19:47:48 +01:00
8c01a5b288 Add Indonesian translations (#2693) 2020-06-29 18:41:50 +02:00
8855490b7f Update translation templates 2020-06-26 14:41:30 +02:00
6d2a897e1b creative: Update for compatibility with minetest.creative_is_enabled (#2691) 2020-06-07 00:15:35 +02:00
b1ab8d5123 Implement searching for translated names in creative inventory (#2675) 2020-06-05 14:29:34 +02:00
545ec0741c Fix creative category sorting in certain cases 2020-04-08 17:25:09 +02:00
05fad37b3c Sort items into correct categories (#2612) 2020-04-06 15:15:50 +02:00
91ac075cff Update Chinese Translation, Add Traditional Chinese Translation (#2596) 2020-03-02 21:53:12 +01:00
fe9cdba0ec Creative: Skip redundant refreshes, fix reset button (#2611)
Skips redundant calls to creative.update_creative_inventory and fixes the 'Reset' button which double-refreshed the filter cache.
2020-03-02 21:41:42 +01:00
da39bae50e Add zh_CN translation 2020-01-22 19:09:38 +01:00
710605687b Add Malay translation 2019-11-30 17:31:40 +01:00
10dce79451 Add Swedish translation 2019-11-30 17:31:29 +01:00
2f6d0bf267 Add 4th item row to creative inventory. Align search, trash, page navigation 2019-11-23 21:35:02 +00:00
6fea665fcc Add Russian translation (#2525) 2019-10-24 21:54:20 +02:00
f9a9e87af6 Improve creative inventory search (#2523) 2019-10-22 22:46:19 +02:00
93a49f082c Italian translation (#2491) 2019-10-12 14:30:37 +02:00
a00ff24df9 Spanish Translation (#2505) 2019-10-10 21:19:20 +02:00
0f369b43fe French translation (#2514) 2019-10-10 21:18:25 +02:00
106c36da33 Add translation templates and German translation 2019-09-22 13:42:40 +02:00
b4c7522248 Fix more translation strings (#2487) 2019-09-18 20:38:27 +02:00
bb9279ccb8 Add support for MT 5 game translation (rebasing ) (#2466)
rebased #2368
2019-09-10 19:09:51 +02:00
e8097c9e87 Creative: Override the hand instead of re-registering
Allows the initial hand registration to alter the 'wield_scale' without
needing to also alter it in creative mod.
Also make default mod a dependency again, as the initial hand
registration is required.
2019-08-31 19:44:17 +01:00
2063fcd075 Make the creative mod hand dig 'dig_immediate' nodes fast
Engine change now makes this possible.
2019-08-03 20:51:58 +01:00
4282a93a02 Creative: Add 'default' as optional dependency
Fixes bugs caused by removing 'default' as a hard dependency.
2019-07-22 02:26:52 +01:00
9fe877ef99 Creative: Remove unnecessary dependency on 'default' 2019-07-21 03:24:47 +01:00