'.localized' MacOS localized folder name
Project description
Install
$ [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.update("folder",ru="ru translation",de="de translation")
>>> mac_localized.load("folder")
{'ru':'ru translation','de':'de translation'}
>>> mac_localized.get("folder","ru")
'ru translation'
>>> mac_localized.rm("folder",["ru"])
>>> mac_localized.rm("folder") # rm all localizations
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mac-localized-0.0.0.tar.gz
(2.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mac-localized-0.0.0.tar.gz.
File metadata
- Download URL: mac-localized-0.0.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82af3753e3ee24f89ed7a05ab7e08a08e1bcbfb60b387acb832c85da6eced2a1
|
|
| MD5 |
b6c64f52af35cc5eb447d8f53f993c2a
|
|
| BLAKE2b-256 |
0b029242b1afa2eb6935f786707315966e970c19af0d162da700c2978d9c1749
|
File details
Details for the file mac_localized-0.0.0-py2.py3-none-any.whl.
File metadata
- Download URL: mac_localized-0.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb07475c1100fbf40e1173fbc3030614f5e945a669c05de42cfa9faf0a2e5bfb
|
|
| MD5 |
b53f670a8f09ed71117c3a507f705967
|
|
| BLAKE2b-256 |
b9682c6db03ed09efe34e9e767211b5a69ebe9135c926250644ecbfb4484e7ff
|