pamac-classic/po/populate_LINGUAS_file.sh

4 lines
83 B
Bash
Raw Normal View History

2017-10-27 18:10:19 -03:00
#! /bin/sh
find . -name "*.po" -printf "%f\\n" | sed "s/\.po//g" | sort > LINGUAS