Commit Graph

56 Commits

Author SHA1 Message Date
Mista-Tea
92cf85b757
Merge pull request #11 from IBRS-4Ever/master
Added Simplified Chinese localization
2023-10-07 19:24:55 -06:00
Mista-Tea
e16f5eafe5
Updated the changelog with translation credits 2023-10-07 19:15:45 -06:00
Mista-Tea
f05295c286
Merge branch 'master' into master 2023-10-07 19:12:31 -06:00
Mista-Tea
321ecb9759 Update changelog and minor tweaks for Turkish commit 2023-10-07 19:07:36 -06:00
Mista-Tea
cb38282cb2
Merge pull request #12 from NovaDiablox/master
Added Turkish translation
2023-10-07 18:12:21 -06:00
Matt
ae0fecfcd9
Update localization.lua 2023-10-03 19:32:25 +03:00
IBRS
ff21c356b1
Simplified Chinese Localization 2023-08-13 17:23:44 +08:00
Mista-Tea
8b7a3f412e Updated Localify library 2023-07-30 15:27:19 -06:00
Mista-Tea
6c46fb0ad2
Merge pull request #10 from Mista-Tea/Fix-#9-infinite-callback-loop
Fixed #9 infinite callback loop
2019-07-21 04:08:07 -06:00
Mista-Tea
ee4f9a0f3e
Cleanup SERVER vs CLIENT code sections
Trying to make it more clear that buildCPanel is a client-only function.
2019-07-21 04:00:35 -06:00
Mista-Tea
23aa693620
Fixed #9 infinite callback loop 2019-07-21 03:57:52 -06:00
Mista-Tea
1b3cc57936
Adding Thai localization (#8)
Credits to [ATA] Combine Empire Reich (STEAM_0:1:77082118)!
2019-02-21 23:40:18 -07:00
Mista-Tea
4890cbfded
Adding Estonian language localization (#7)
Credits to [EE] Jamairis McWay [STEAM_0:1:168225547]!
2019-02-11 17:56:36 -07:00
Mista-Tea
7923f86669 Fixing errors from missing toolgun (#5)
If the player was spawned into the server without the toolgun, they would apparently cause errors because TOO:Init() never got called and thus the required client convars never got properly assigned to the upvalues. This should ensure DrawHUD is only called when the toolgun has initialized.
2017-04-23 07:12:56 -05:00
daigennki
093ef53e33 Further improved the Japanese translations (#4) 2017-04-23 07:03:13 -05:00
Mista-Tea
7039ccf447 Updating markdown format 2017-04-23 06:02:14 -06:00
Mista-Tea
2f0801c298 Updating changelog and readme with French support 2017-01-10 20:57:28 -07:00
Mista-Tea
5da12d6d44 Removing unused phrases (properly) 2017-01-10 20:48:59 -07:00
Mista-Tea
5395069c07 Adding French binding back
I accidentally included the French binding in the commit to remove
unused phrases. Since I needed to revert that commit, I also undid the
French binding.
2017-01-10 20:48:20 -07:00
Mista-Tea
d0807d0097 Revert "Removing unused phrases"
This reverts commit 566f2cbc29.
2017-01-10 20:28:44 -07:00
Mista-Tea
10a40f6d4a Adding French localization support
Big thanks to Vulpelix for these translations!
2017-01-10 20:20:02 -07:00
Mista-Tea
566f2cbc29 Removing unused phrases 2017-01-10 20:19:17 -07:00
Mista-Tea
9d4b37cc8f Caching convars for better performance in HUDPaint 2017-01-10 14:55:22 -07:00
Mista-Tea
27590ddc65 Adding Korean localization support
Big thanks to FCB (STEAM_0:1:32029495) for these translations!

I've accidentally held onto them for a couple of months. Sorry for the
delay.
2017-01-10 14:54:37 -07:00
Mista-Tea
8e02410f9d Fixing halos still drawing when no color scale is selected
I never intended the halo to still be added to the hit trace entity if
the player didn't select a color scale (it was still drawing a white
halo). This will fix that.
2016-12-03 20:16:01 -06:00
Mista-Tea
4c53163e97 Adding Russian localization support
Big thanks to Architector #4 (STEAM_0:1:38308154) and magic memes
(STEAM_0:0:60429619) for these translations!

I've been holding on to magic memes's translations for so long without
any mention of them that Architector gave me a separate translation set.
So I've tried to take the best of both. Sorry for the delay!
2016-11-12 17:00:18 -07:00
Mista-Tea
439b47e441 Updating Localify to the latest version 2016-11-12 16:53:25 -07:00
Deyan Dobromirov
8349703680 The "color scale" in Bulgarian is feminine (#3) 2016-05-22 09:46:59 -06:00
Mista-Tea
5ad63a6249 Standardizing 2016-05-21 14:28:27 -06:00
Mista-Tea
3c5a167d39 Updating information for Bulgarian support (#2)
* Updating changelog

* Standardizing
2016-05-21 13:49:52 -06:00
Deyan Dobromirov
2b9b873f44 Added:Bulgarian language support (#1)
Adding Bulgarian language support
2016-05-21 13:24:52 -06:00
Mista-Tea
758b30de1a Adding Danish localization support
Big thanks to The Outrageous Dane (STEAM_0:0:63184464)
2016-04-17 04:50:32 -05:00
Mista-Tea
f593ced9ec Using new LMB/RMB/Reload stuff (TOOL.Information) 2016-04-17 04:49:36 -05:00
Mista-Tea
244a2610c8 Updating changelog, authors 2016-01-13 00:02:15 -07:00
Mista Tea
db2f369625 Fixing errors on DarkRP
Apparently DarkRP doesn't have the NOTIF_* enums serverside...for
whatever awful reason. It causes errors to occur when modifying an
entities weight due to trying to send a nil instead of a number. This
will make the notification enums fallback to their hardcoded values if
they aren't detected.
2016-01-13 00:00:16 -07:00
Mista-Tea
36a8a2673f Updating author info and changelog 2016-01-08 07:50:44 -06:00
Mista-Tea
63e39b1635 Small standardization changes 2016-01-08 07:33:11 -06:00
Mista-Tea
dae6a02379 Improving language switching feature
The old way of reloading the spawnmenu manually was very hacky.

Thanks to reviewing the code in Easy Precision, I discovered how to
rebuild a tool's control panel without needing to reload the spawnmenu.
This makes switching languages instantaneous and 100% less hacky.
2016-01-08 07:30:19 -06:00
Mista-Tea
7c1e42cca4 Moving language combobox to the top of the menu 2016-01-08 07:27:48 -06:00
Mista-Tea
6cb69e13d3 Adding Spanish localization support
Big thanks to IFerPe01 (STEAM_0:0:125631888)
2016-01-01 23:44:32 -06:00
Mista-Tea
7a40265461 Fixing an oversight error 2015-12-31 12:33:42 -06:00
Mista-Tea
5daf13b487 Removing trailing 'e' from Deutsche
As per the direction of Time SchocK
2015-12-29 08:58:29 -06:00
Mista-Tea
ea298d239c Fixing missing right parenthesis in German translation 2015-12-29 08:33:33 -06:00
Mista-Tea
f0c63c042d Adding missing credits label in blank translation 2015-12-29 08:33:08 -06:00
Mista-Tea
45511b075a Adding German localization support
Big thanks to Time SchocK (STEAM_0:1:12054113)
2015-12-29 08:29:45 -06:00
Mista-Tea
6ebfd63419 Filling in missing Japanese phrases 2015-12-29 08:29:00 -06:00
Mista-Tea
6071863504 Standardizing spacing and punctuation 2015-12-29 08:28:35 -06:00
Mista-Tea
44485a10be Removing unused text from English tool description 2015-12-29 08:27:36 -06:00
Mista-Tea
9ec10fc209 Removing unused cvar from presets 2015-12-28 16:36:12 -06:00
Mista-Tea
de6ae6c935 Create README.md 2015-12-28 15:16:40 -07:00