forked from cromer/pamac-classic
4 lines
83 B
Bash
Executable File
4 lines
83 B
Bash
Executable File
#! /bin/sh
|
|
|
|
find . -name "*.po" -printf "%f\\n" | sed "s/\.po//g" | sort > LINGUAS
|