Update POTFILES and .pot files
* Rename POTFILES.in to POTFILES
This commit is contained in:
parent
a2e88e8578
commit
6f45d164a5
|
@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## Unreleased
|
||||
|
||||
### Changed
|
||||
- Updated the translation files
|
||||
- Renamed POTFILES.in to POTFILES
|
||||
- Renamed io.github.mightycreak.Diffuse.metadata.xml.in to
|
||||
io.github.mightycreak.Diffuse.appdata.xml.in
|
||||
|
||||
## 0.7.3 - 2021-11-22
|
||||
|
||||
### Added
|
||||
|
@ -16,7 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Changed
|
||||
- main.py slimmed down by about 5000 lines
|
||||
- The new widgets.py is a bit fat though (~4000 lines)
|
||||
- Updated the translation files
|
||||
|
||||
### Fixed
|
||||
- The intense code cleaning seems to have fixed a bug with the `-c` argument
|
||||
|
|
|
@ -128,7 +128,7 @@ the on-line help documentation using a web browser.
|
|||
|
||||
Diffuse is under the [GPLv2](COPYING).
|
||||
|
||||
The file [io.github.mightycreak.Diffuse.metainfo.xml](src/usr/share/metainfo/io.github.mightycreak.Diffuse.metainfo.xml)
|
||||
The file [io.github.mightycreak.Diffuse.appdata.xml.in](data/io.github.mightycreak.Diffuse.appdata.xml.in)
|
||||
is licensed under the [FSF-AP](https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html)
|
||||
license.
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@ if desktop_utils.found()
|
|||
endif
|
||||
|
||||
appstream_file = i18n.merge_file(
|
||||
input: 'io.github.mightycreak.Diffuse.metainfo.xml.in',
|
||||
output: 'io.github.mightycreak.Diffuse.metainfo.xml',
|
||||
input: 'io.github.mightycreak.Diffuse.appdata.xml.in',
|
||||
output: 'io.github.mightycreak.Diffuse.appdata.xml',
|
||||
po_dir: '../po',
|
||||
install: true,
|
||||
install_dir: join_paths(get_option('datadir'), 'appdata')
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
# List of source files which contain translatable strings.
|
||||
# Copyright (C) 2020 Romain Failliot <romain.failliot@foolstep.com>
|
||||
|
||||
data/io.github.mightycreak.Diffuse.desktop.in
|
||||
data/io.github.mightycreak.Diffuse.appdata.xml.in
|
||||
src/diffuse/constants.py.in
|
||||
src/diffuse/diffuse.in
|
||||
src/diffuse/main.py
|
||||
src/diffuse/vcs/cvs.py
|
||||
src/diffuse/vcs/rcs.py
|
||||
src/diffuse/vcs/svn.py
|
||||
src/diffuse/vcs/vcs_registry.py
|
|
@ -1,12 +0,0 @@
|
|||
# List of source files which contain translatable strings.
|
||||
# Copyright (C) 2020 Romain Failliot <romain.failliot@foolstep.com>
|
||||
|
||||
data/io.github.mightycreak.Diffuse.desktop.in
|
||||
data/io.github.mightycreak.Diffuse.metainfo.xml.in
|
||||
src/constants.py.in
|
||||
src/diffuse.in
|
||||
src/main.py
|
||||
src/vcs/cvs.py
|
||||
src/vcs/rcs.py
|
||||
src/vcs/svn.py
|
||||
src/vcs/vcs_registry.py
|
783
po/diffuse.pot
783
po/diffuse.pot
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue