diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-04-16 20:55:06 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-04-16 20:55:06 +0300 |
commit | b9557a8d15a19b32a7fd3abc7540534e933e4f86 (patch) | |
tree | 76395cb577f85f21db55e76c3cc5ae43e690dd44 /po/POTFILES | |
parent | 4bb865e63b054fc1c4ba15eb28203f6a063d1930 (diff) | |
download | Furtherance-b9557a8d15a19b32a7fd3abc7540534e933e4f86.tar.zst |
Alphabetize translation files
Diffstat (limited to 'po/POTFILES')
-rwxr-xr-x | po/POTFILES | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/po/POTFILES b/po/POTFILES index 62cfd39..b35fb70 100755 --- a/po/POTFILES +++ b/po/POTFILES @@ -1,10 +1,15 @@ -data/com.lakoliu.Furtherance.desktop.in +# Please keep this list alphabetized data/com.lakoliu.Furtherance.appdata.xml.in +data/com.lakoliu.Furtherance.desktop.in + +# UI files src/gtk/history_box.ui src/gtk/preferences_window.ui src/gtk/task_details.ui src/gtk/task_row.ui src/gtk/window.ui + +# Rust code src/application.rs src/ui/task_details.rs src/ui/tasks_page.rs |