Mac Localized 2020.12.3 | Coderz Repository

mac-localized 2020.12.3

Last updated:

0 purchases

mac-localized 2020.12.3 Image
mac-localized 2020.12.3 Images

Free

Languages

Categories

Add to Cart

Description:

maclocalized 2020.12.3

Installation
$ [sudo] pip install mac-localized

How it works
Release Notes.localized/
.localized/
en.strings
de.strings
ja.strings

.strings:
"Release Notes" = "Localized name";

Examples
>>> import mac_localized
>>> mac_localized.mkdir("folder",ru="ru translation",de="de translation")
'folder.localized'

>>> mac_localized.load("folder")
{'ru':'ru translation','de':'de translation'}

>>> mac_localized.update("folder",ru="new ru translation",de="new de translation")

>>> mac_localized.get("folder","ru")
'new ru translation'

>>> mac_localized.rm("folder",["ru"])
>>> mac_localized.rm("folder") # rm all localizations

Links

Localizing the Name of a Directory
Display Names


readme42.com

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.