1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-18 01:26:23 -04:00
Commit Graph

4 Commits

Author SHA1 Message Date
Witold Filipczyk
86a54ca33d [po] POTFILES regenerated. Refs #200
import os

if __name__ == '__main__':
    for f in os.popen('git ls-files', 'r'):
        f = f.rstrip()
        if f.endswith(('.c', '.cpp', '.h', '.inc')):
            print(f)
2022-12-26 12:48:33 +01:00
Witold Filipczyk
afd4e701f3 [po] mujs 2022-08-22 15:42:13 +02:00
Witold Filipczyk
1d0410e34d [po] POTFILES - copy of potfiles.list . Refs #187 2022-08-21 13:28:19 +02:00
Witold Filipczyk
a87c959e99 [meson] Added po/LINGUAS and po/POTFILES 2020-09-06 16:54:23 +02:00