~epoptes/epoptes/epoptes

« back to all changes in this revision

Viewing changes to po/README.md

  • Committer: Alkis Georgopoulos
  • Date: 2021-02-04 16:39:00 UTC
  • Revision ID: git-v1:7ad711a2e6a46fe6b61c9460599f41a83f9983c9
Add epoptes.desktop.in to POTFILES.in (#131)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    test -f "po/POTFILES.in" || exit 1
8
8
    (
9
9
        echo '[encoding: UTF-8]'
10
 
        find * -name '*.py' -o -name '*.ui' | sort | sed 's|.*.ui$|\[type: gettext/glade\]&|'
 
10
        find * -name '*.py' -o -name '*.ui' -o -name '[a-z.]*.in'| sort | sed 's|.*.ui$|\[type: gettext/glade\]&|'
11
11
    ) >po/POTFILES.in
12
12
```
13
13