Oneric
66efa84eed
Integrate desktop file translation into meson
...
meson’s i18n module get’s confused by .template and fails
to extract translatable strings, thus rename to in.in.
Note: while this slightly improves the situation, meson’s aegisub-pot
target is still missing many strings. make_pot.sh should be used.
2023-04-30 03:09:56 +02:00
Oneric
429455263f
Fix generation and translation of desktop file
...
a91c4f70c3
switched processing of the
desktop file from intltool to gettext-backed i18n.merge_file and dropped
leading underscores which used to be processed by intltool.
However, this commit omitted dropping the underscore from Keywords,
resulting in this field being stripped from the installed version.
Furthermore, make_pot.sh was broken since it too relied on the
underscore meaning POT regeneration will now remove the desktop files
strings from translation files.
Since it was not added to po/POTFILES meson’s native aegisub-pot target
also doesn't add desktop file strings to the translation pool. Though,
this target still misses a lot of other strings as well and shouldn't be
used yet anyway.
This commit removes leftover underscores and reintegrates desktop file
strings into both make_pot.sh. Integration into aegisub-pot is done in a
follow-up commit.
2023-04-30 03:09:56 +02:00
clr134
28e3e75c44
Polish translation corrections ( #130 )
2021-05-23 17:33:04 -04:00
Vardë
3c17671ad0
Updates French translation ( #121 )
...
* Updates French translation
* Missing spelling mistake
* Additional adjustments
* Improvements (#1 )
Co-authored-by: Vardë <Ichunjo@users.noreply.github.com>
Co-authored-by: anne-o-pixel <81879599+anne-o-pixel@users.noreply.github.com>
2021-05-23 04:54:46 -04:00
Ryan
d583744b69
Merge in work from TypesettingTools fork
2021-01-16 02:12:31 -05:00
Ryan Lucia
89c788a4b3
autotools: remove remaining makefiles
2021-01-10 03:14:12 -05:00
Ryan Lucia
e3826cb17e
meson: initial attempt to generate Aegisub.app on macOS
2021-01-10 03:14:12 -05:00
FichteFoll
650954f28e
Move language specifications to LINGUAS file
...
This is required when using i18n.merge_file.
2021-01-10 03:14:12 -05:00
Ryan Lucia
cde5778283
Make spacing around colons consistent
2021-01-10 03:14:12 -05:00
Martin Herkt
48af346e94
Meson: add gettext i18n
2021-01-10 03:14:12 -05:00
Yakauleu Uladzislau
565b7cb86e
Added Belarusian Localization
2019-09-22 19:23:39 -04:00
scx
0418d0b5be
Desktop file: make Keywords translatable
2019-09-22 19:16:23 -04:00
scx
7ea2c09afa
make_pot.sh: Check presence of xmlstarlet and jq
2019-09-22 19:15:36 -04:00
scx
c3a4a9122c
Integrate AppData file with build system
2019-09-22 19:15:36 -04:00
Roxas Shadow
d893218e50
it.po: fix typo ( #59 )
2018-04-29 13:00:11 -07:00
computerfan
e401baa910
Update Simplified Chinese translation ( #55 )
...
Fix some wrong or ambiguous translation.
2018-04-29 12:59:59 -07:00
Eduard Ereza Martínez
b859ddbca4
Update Catalan translation (really)
2017-03-25 12:13:24 -07:00
Álex G.M
b5396eb382
Quick fix
...
Fixed a small mistranslation. Remove = quitar, eliminar ≠ remover
2016-06-26 19:42:57 +02:00
Cirrus Wazza
1f7a59afcb
Update French translation
...
Closes #1882 .
2015-08-30 16:47:59 -07:00
Thomas Goyne
f1252d1364
Update Vietnamese translation
...
loses #1878 .
2015-07-27 10:29:23 -07:00
Tom Maneiro
2694332692
Update Spanish translation. Closes #1838 .
2014-12-07 15:25:01 -08:00
Lasse Liehu
f1c177842a
Update Finnish translation
...
Closes #1837 .
2014-11-30 09:41:18 -08:00
Yuri
c2a6c168fb
Update Hungarian translation
...
Closes #1836 .
2014-11-22 13:04:02 -08:00
kotobenko
16a3f38f6d
Improve the Ukrainian translation. Closes #1828 .
2014-10-12 15:28:53 -07:00
Oleksiy Prytchyn
4958bf3612
Add Ukrainian translation. Closes #1809 .
2014-08-11 07:13:18 -07:00
djcj
4c09f696d1
add '(Language)' after translated labels as suggested on the forums: http://forum.aegisub.org/viewtopic.php?f=5&t=66925#p91569
2014-07-28 12:08:23 -07:00
Xabier Aramendi
1835d5e2d8
Update Basque translation
...
Closes #1791 .
2014-07-15 07:15:10 -07:00
doplank
3844a1cb80
Update Indonesian translation
2014-07-07 08:40:38 -07:00
电脑迷
ce503a1fb5
Update Chinese translations. Closes #1779 .
2014-07-01 12:25:36 -07:00
Thomas Goyne
0f42155ca2
Make all of the syntax highlighter colors customizable
...
Closes #1782 .
2014-07-01 12:25:22 -07:00
Thomas Goyne
6fec035958
Regenerate aegisub.pot
2014-06-27 11:20:04 -07:00
Thomas Goyne
481f9e42a7
Fix the path to the desktop file in make_pot.sh
2014-06-27 11:20:03 -07:00
Lasse Liehu
790d52b113
Update Finnish translation
...
Closes #1774 .
2014-06-19 09:17:27 -07:00
Thomas Goyne
68eaab0f43
Convert the build system to non-recursive make
...
Speeds up a no-op build from 500ms to 60ms and significantly improves
dependency tracking.
2014-06-17 11:37:20 -07:00
Thomas Goyne
37c02ae127
Replace wxString::Format with agi::format
...
It's modestly faster, significantly more type-safe, and doesn't assert
when there's too few arguments, which causes problems for plural forms.
Closes #1733 .
2014-05-30 11:53:14 -07:00
Arslanoglou Georgios
b9a683eeb2
Update Greek translation. Closes #1526 .
2014-05-23 07:47:27 -07:00
Daniel Mota
6b8c1ff2b2
Update pt_PT.po
2014-05-19 19:35:34 -07:00
电脑迷
207a78fa1e
Update Chinese translations. Closes #1755 .
2014-05-17 18:01:40 -07:00
Thomas Goyne
796f26c008
Ask whether to check for updates in the installer
...
Gets rid of the last annoying modal dialog on first startup.
2014-05-15 12:07:46 -07:00
Thomas Goyne
1049b2d140
Make the "Create a start menu icon" string translatable
2014-05-15 11:09:42 -07:00
Thomas Goyne
79c2634f2b
Regenerate aegisub.pot
2014-05-15 10:09:32 -07:00
Thomas Goyne
d741c55725
Extract installer strings for translation
2014-05-15 10:09:32 -07:00
电脑迷
e42e6f36e6
Update Chinese translations. Closes #1739 .
2014-04-20 07:01:49 -07:00
Thomas Goyne
9c4574ed34
Add a missing word to a help string
2014-04-04 09:01:02 -07:00
Thomas Goyne
31979500c4
Update aegisub.pot
2014-03-12 09:41:44 -07:00
Thomas Goyne
4aa79925c1
Update version in make_pot.sh to 3.2
2014-03-12 09:40:40 -07:00
Thomas Goyne
6e12297313
Update string extraction for desktop file
2014-03-12 09:26:19 -07:00
Thomas Goyne
067450e04a
Add wxPLURAL to the patterns extracted by make_pot.sh
2014-03-12 09:23:55 -07:00
Thomas Goyne
33a4a056a4
Move everything up a level since the root dir no longer has stuff
2014-03-11 12:14:57 -07:00
Amar Takhar
91d73ec8ea
SVN Transition Step 3/7
...
1. cd aegisub/
2. svn mv *cpp *h src/
3. svn mv Makefile.am MatroskaParser.c auto4_perldata.inc bitmaps boost \
changelog.txt config gl include libosxutil libresrc md5.c msvc mythes.cxx \
mythes.hxx res.rc src/
4. cd ..
5. svn mv FFmpegSource2/ INSTALL Makefile.am README acinclude.m4 \
autogen.sh automation/ bin build configure.in desktop dummy.txt lib \
libass/ m4macros/ packages/ po/ scripts/ universalchardet/ aegisub/
6. mkdir -p docs/wiki_convert
7. svn add docs/wiki_convert
8. cd docs
9. svn mv aegisub_convert_docs.pl convert.bat output wiki_convert/
* See r2749 for full description.
Originally committed to SVN as r2752.
2009-03-08 08:30:39 +00:00