Skip to content

Commit c75cff6

Browse files
committed
Translation
1 parent 613a1b0 commit c75cff6

File tree

4 files changed

+242
-1019
lines changed

4 files changed

+242
-1019
lines changed

meson.build

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ message('Starting build for project: ' + meson.project_name())
1010
message('Build type: ' + get_option('buildtype'))
1111

1212

13-
# if meson.get_compiler ('vala').get_id() == 'valac'
14-
# extra_args = ['-g', '--save_temps']
15-
# endif
16-
1713
# Translation module
1814
i18n = import ('i18n')
1915

@@ -59,6 +55,8 @@ dependencies = [
5955

6056
subdir ('src')
6157

58+
subdir ('po')
59+
6260
# Executable
6361
executable (
6462
meson.project_name (),
@@ -71,6 +69,4 @@ executable (
7169

7270
subdir ('data')
7371

74-
subdir ('po')
75-
7672
message('Build for project: ' + meson.project_name() + ' finished.\n')

po/POTFILES

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1+
src/Settings.vala
2+
src/Config.vala.in
13
src/Controllers/PlayerController.vala
2-
34
src/Models/Station.vala
4-
55
src/Widgets/Display.vala
66
src/Widgets/HeaderBar.vala
77
src/Widgets/PreferencesPopover.vala
88
src/Widgets/StationButton.vala
99
src/Widgets/StationContextMenu.vala
1010
src/Widgets/Window.vala
11-
1211
src/Widgets/base/StationListBox.vala
1312

1413

0 commit comments

Comments
 (0)