An open API service indexing awesome lists of open source software.

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

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.