summaryrefslogtreecommitdiff
path: root/l10ntools/source/gList.sh
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/gList.sh')
-rwxr-xr-xl10ntools/source/gList.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/l10ntools/source/gList.sh b/l10ntools/source/gList.sh
new file mode 100755
index 000000000000..41d04f3d33d6
--- /dev/null
+++ b/l10ntools/source/gList.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+find . -name \*.hrc > filelist_hrc.txt
+find . -name \*.src > filelist_src.txt
+find . -name \*.po > filelist_po.txt
+find . -name \*.pot > filelist_pot.txt
+find . -name \*.tree > filelist_tree.txt
+find . -name \*.ulf > filelist_ulf.txt
+find . -name \*.xcu > filelist_xcu.txt
+find . -name \*.xhp > filelist_xhp.txt
+find . -name \*.xrm > filelist_xrm.txt
+find . -name \*.properties > filelist_properties.txt