https://github.com/c-hartmann/loc_helpers.sh
dump bash script to help localization of my projects
https://github.com/c-hartmann/loc_helpers.sh
bash
Last synced: 2 months ago
JSON representation
dump bash script to help localization of my projects
- Host: GitHub
- URL: https://github.com/c-hartmann/loc_helpers.sh
- Owner: c-hartmann
- Created: 2022-03-16T10:25:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-02T14:34:44.000Z (about 4 years ago)
- Last Synced: 2025-02-13T14:53:23.079Z (over 1 year ago)
- Topics: bash
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Localization Helper Bash Scripts
## get-msgstrs.sh
Extracts msgtxts from compiled localy installed .mo files.
Usage:
```
$ bash get-msgstrs.sh []
```
whereas:
* `` usualy is the name of an application (such as KDEs 'dolphin')
* `` is a term to search
* `` is a printf format string (Default is: '%s %s\n')
use `Name[%s]=%s\n` as a template to create Desktop Entry Specification localized Names.