AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [ANY] Translations generator tool (https://forums.alliedmods.net/showthread.php?t=306293)

Franc1sco 03-24-2018 12:36

[ANY] Translations generator tool
 
Description:

Tool for translate plugins that auto create the translation file in all languages availables on sourcemod. Useful for make your plugins multi-language easily. Based on this.

Remember to set codification to "utf8 without BOM" to the translation file for prevent errors.


Commands:

sm_translate <phrase to translate>
sm_translate_txt <file target>


Requeriments:

SteamWorks


Download:

Main repository
Direct download
Code changes

RumbleFrog 03-24-2018 12:40

Re: [ANY] Translations generator tool
 
Is this as accurate as Google Translate is? Future goal to support the #format property?

Franc1sco 03-24-2018 12:41

Re: [ANY] Translations generator tool
 
Quote:

Originally Posted by RumbleFrog (Post 2584475)
Is this as accurate as Google Translate is? Future goal to support the #format property?

Use Google Translate's API based on this.

About #format maybe in a future, anyway you can add it yourself.

Franc1sco 03-24-2018 15:41

Re: [ANY] Translations generator tool
 
New version 0.3

-Fixed some things and ignored unsupported languages.


Remember to set codification to "utf8 without BOM" to the translation file for prevent errors.

Franc1sco 03-25-2018 09:04

Re: [ANY] Translations generator tool
 
Version 0.4

-Fixed a possible memory leak (thanks to SM9)

mad_grinch 06-14-2022 05:08

Re: [ANY] Translations generator tool
 
Remember to set codification to "utf8 without BOM" to the translation file for prevent errors. - Important reminder. Without it, the desired result cannot be achieved.


All times are GMT -4. The time now is 15:23.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.