Skip to content

Commit

Permalink
Merge translation domain (#254)
Browse files Browse the repository at this point in the history
Since 7ee746a there are few translations in the extra domain now, so it's meaningless to separate translation domains into two to prevent unnecessary ("extra" as it says) translations bundled in the app itself. Rather, some translators may not recognize the extra domain and it remains old or untranslated.
  • Loading branch information
ryonakano authored Mar 30, 2024
1 parent 6f07977 commit 9e3aa4c
Show file tree
Hide file tree
Showing 46 changed files with 3,335 additions and 8,279 deletions.
4 changes: 2 additions & 2 deletions data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ endforeach
i18n.merge_file(
input: 'reco.desktop.in',
output: meson.project_name() + '.desktop',
po_dir: meson.project_source_root() / 'po' / 'extra',
po_dir: meson.project_source_root() / 'po',
type: 'desktop',
install: true,
install_dir: get_option('datadir') / 'applications'
Expand All @@ -19,7 +19,7 @@ i18n.merge_file(
i18n.merge_file(
input: 'reco.metainfo.xml.in',
output: meson.project_name() + '.metainfo.xml',
po_dir: meson.project_source_root() / 'po' / 'extra',
po_dir: meson.project_source_root() / 'po',
install: true,
install_dir: get_option('datadir') / 'metainfo'
)
Expand Down
2 changes: 2 additions & 0 deletions po/POTFILES
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
data/reco.desktop.in
data/reco.metainfo.xml.in
src/MainWindow.vala
src/Model/Recorder.vala
src/View/CountDownView.vala
Expand Down
Loading

0 comments on commit 9e3aa4c

Please sign in to comment.