AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Possible paste empty string in Dictionary ? (https://forums.alliedmods.net/showthread.php?t=278062)

Vit_amin 01-23-2016 21:30

Possible paste empty string in Dictionary ?
 
I have Dictionary for Multi-Language
And i have i string in forienght language:
[ru]
TEST_STRING = Test message
Did you like that, for example, in order to en was an empty string? I use quotes, but did not help
Example:
Code:

[en]
TEST = TEST

[ru]
Text = ""

This need for prefixes and suffixes for Russian Language, but English this doesn't need

siriusmd99 01-24-2016 03:28

Re: Possible paste empty string in Dictionary ?
 
I do like this and works:

Text=press alt+255 on keyboard and then release alt to make space.

Arkshine 01-24-2016 05:32

Re: Possible paste empty string in Dictionary ?
 
It makes no sense to insert empty string. If you can't translate, either you remove the [ru] language (fallback is always [en]), or you put english translation. But showing "nothing" is really silly and will be awkward for the user.

Craxor 01-30-2016 03:52

Re: Possible paste empty string in Dictionary ?
 
Code:

[en]
TEST = TEST

[ru]
Text = ""

= >

Code:

[en]
TEST = TEST

[ru]
Text = EOS

Untested! But yes, tha'ts have no sense..


All times are GMT -4. The time now is 09:28.

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