View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005881 | MMW v4 | Framework: Scripts/Extensions | public | 2009-07-15 23:35 | 2009-09-17 22:29 |
Reporter | peke | Assigned To | |||
Priority | none | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | duplicate | ||
Summary | 0005881: Localization framwork for Scripts/extensions | ||||
Description | To 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. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
duplicate of | 0002544 | new | Framework: New-style script packaging needs to have localization |