View Issue Details

IDProjectCategoryView StatusLast Update
0005881MMW v4Framework: Scripts/Extensionspublic2009-09-17 22:29
Reporterpeke Assigned To 
PrioritynoneSeverityfeatureReproducibilityN/A
Status closedResolutionduplicate 
Summary0005881: Localization framwork for Scripts/extensions
DescriptionTo improve localization feature in Scripts/Extensions we can implement something like this example script where MM will load translation file accordingly:

test.vbs:
---
Dim res
res = SDB.MessageBox( SDB.Localize("SDB.MessageBox( SDB.Localize("Select tracks to be exported, please."), mtError, Array(mbOk))"), mtError, Array(mbOk))
---

test.mml (mml= MediaMonkey localization file):
---
[de]
Select tracks to be exported, please.=Wählen Sie Spuren aus, die bitte zu exportieren sind.

[fr]
Select tracks to be exported, please.=Choisissez des empreintes à être exportées, s'il vous plaît.

[pl]
Select tracks to be exported, please.=Wybierz utwory, które maj? by? wywiezione, prosz?.

[cz]
Select tracks to be exported, please.=Vyberte skladby, které má být vyvezeno, prosím.
---

Url Encoded Strings maybe needed to exclude invalid ini characters " "=%20 and also few more things would be needed to be made SDB.Localize search MML file only if SDB.Localize ends without hange from MM selected localization/translation where Automated Proces will create <script filename>.mml will be created.
TagsNo tags attached.
Fixed in build

Relationships

duplicate of 0002544 new Framework: New-style script packaging needs to have localization 

Activities

peke

2009-09-17 22:29

developer   ~0018880

Closing Duplicate, Info added to original