TheDoctor0 / CSGOMod

CS:GO Mod for Counter-Strike 1.6 (AMXX 1.8.3 / 1.9 / 1.10).
MIT License
58 stars 35 forks source link

Multilang support #1

Closed TheDoctor0 closed 4 years ago

TheDoctor0 commented 4 years ago

Similarly to CoDMod it would be great to add multilang support.

Damigeana commented 4 years ago

I can help you with the translation.

TheDoctor0 commented 4 years ago

Hello @Damigeana, do you want to help with multilang support or just the translations?

If you want to help with multilang support you can fork this repository and start making changes similar to those: https://github.com/TheDoctor0/CoDMod/compare/feature-multilang

If not you'll need to wait for me to do it, so single lang file for whole mod will be available. Then translations to any language beside polish and english will be appreciated.

Damigeana commented 4 years ago

I was started to do it on on sma code.

În vin., 3 iul. 2020 la 08:39, Dawid Janik notifications@github.com a scris:

Hello @Damigeana https://github.com/Damigeana, do you want to help with multilang support or just the translations?

If you want to help with multilang support you can fork this repository and start making changes similar to those: https://github.com/TheDoctor0/CoDMod/compare/feature-multilang

If not you'll need to wait for me to do it, so single lang file for whole mod will be available. Then translations to any language beside polish and english will be appreciated.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/TheDoctor0/CSGOMod/issues/1#issuecomment-653401704, or unsubscribe https://github.com/notifications/unsubscribe-auth/APDCJLI7BLJU3E5DJSPYYA3RZWDKVANCNFSM4LMGLU4A .

ksm200 commented 4 years ago

I can translate to Brazilian Portuguese

TheDoctor0 commented 4 years ago

Four more plugin to go. If you want you can start to translate csgomod.txt.

Damigeana commented 4 years ago

I’m gona do that sunday or next week since i’m working long shift :(

On Fri, 14 Aug 2020 at 19:01, Dawid Janik notifications@github.com wrote:

Four more plugin to go.

If you want you can start to translate csgomod.txt https://github.com/TheDoctor0/CSGOMod/blob/master/cstrike/addons/amxmodx/data/lang/csgomod.txt .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/TheDoctor0/CSGOMod/issues/1#issuecomment-674195083, or unsubscribe https://github.com/notifications/unsubscribe-auth/APDCJLLBZHASLOJGNZLC4J3SAV3X5ANCNFSM4LMGLU4A .

TheDoctor0 commented 4 years ago

It will take some time to finish the rest, you you'll have plenty of time.

regener commented 4 years ago

Hi! I have already started to translate your mod, but I don't have the time to finish it. I didn't inclue the menu buttons (just the Exit), but you can use the default common.txt without replicating the translations to your mod. Also I don't speak polish, so I just coped the texts from the sma to the lang file. Mistakes in coding are guaranteed, feel free to modify, since this is your mod. :)

csgo_accounts.sma: https://pastebin.com/Hd3Yg8pK The lang file for it: https://pastebin.com/fmRy4KwU

The other SMA-s are already included in your last updates, so there is no point to post them. I will translate to Hungarian if I will have some free time away from work (no ETA).

On the other side I think it would be good to separate the Clan plugin from the others, since if someone doesn't run that then there is no need for the translation to be loaded (I know it is just some bytes of memory, but anyway).

I don't know if any of that helps, but I hope so :D

TheDoctor0 commented 4 years ago

@regener, thanks for help. I made only some minor adjustments.

On the other side I think it would be good to separate the Clan plugin from the others

Native for getting clan name is used by other plugins, so disabling clans is not really possible without making modification.

TheDoctor0 commented 4 years ago

All that's left is the core plugin 😄

TheDoctor0 commented 4 years ago

Multilang support has been finally finished.

@ksm200 @Damigeana @regener I'll release the final 2.0.0 version in saturday, so if you want me to include some translations (beside english and polish) you can send me them or create a pull request. Of course I'll also accept them later and release in a next version.