Ahmed Zetao Yang
ebf82cbf70
chore: add Dutch (Netherlands) translations
...
- help @pollekepol to submit this commit
2020-09-11 23:14:03 +08:00
Ahmed Zetao Yang
953ab5e84e
fix: make the suffixes of translations follow ISO Language Code Table standard
...
- see https://github.com/flameshot-org/translation-instruction/blob/master/ISO_Language_Code_Table.md
2020-09-11 23:11:16 +08:00
Jeremy Borgman
1662744a66
Merged various translation PRs and regenerated ts files
2020-09-09 19:23:04 -05:00
martin-thomas-tm
cb9c646f2c
Fix some typos in french translation
...
Fix some typos (like "Imposible" ou "Boutton") and use "infinitif" for verbs to be consistent.
2020-09-09 19:23:04 -05:00
Alex P
b0e081bed9
update Russian translation
2020-09-09 19:23:04 -05:00
luz.paz
5358d124f5
Add Czech translation
...
Closes #596
2020-09-09 19:23:04 -05:00
Boyuan Yang
2e0ffec4fa
Refresh zh_CN translation
2020-09-09 10:37:00 -05:00
Ahmed Zetao Yang
4b0740cb52
feat: add snap & update flatpak manifest yaml
...
- snap from https://github.com/flameshot-org/packages/tree/master/snap and I update the build tools and dependencies
2020-09-08 11:13:27 -05:00
Ahmed Zetao Yang
961ce5f732
fix: add opensuse support & correct appstream metainfo xml
...
- support opensuse leap >= 15.0
- correct appstream metainfo xml name & its content, see https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html#sect-Quickstart-DesktopApps
2020-09-08 11:13:27 -05:00
Porrumentzio
86d19324d1
Added Basque translation ( #865 )
...
Added Basque translation
2020-09-08 11:12:21 +02:00
Daniel Schaefer
dea3c7bb87
dbus/org.dharkael.Flameshot.xml: Mark id as uint
...
In src/core/flameshotdbusadapter.h the id is marked as uint.
All other types in the xml are correct.
2020-09-07 19:33:10 -05:00
borgmanJeremy
ff6d4587e8
Cmake needs to install flameshot.appdata.xml ( #857 )
...
* Cmake needs to install flameshot.appdata.xml
* fixing rpm
2020-09-07 16:03:21 -05:00
Boyuan Yang
18f18ce7ef
Fix D-Bus activation name
...
Originally the App uses org.dharkael.Flameshot in D-Bus.
Since we have moved the project under organization, the
name we are using now should be org.flameshot.Flameshot.
This need to be kept unified across the whole project.
This fixes D-Bus invocation problem and should fixes : #850 .
2020-09-07 11:16:03 -05:00
Ahmed Zetao Yang
e76aca0d8a
fix: update rpm spec file
2020-09-07 10:06:03 -05:00
borgmanJeremy
4ec100dade
Merge pull request #846 from sheepjin99/master
...
Enable Korean translation
2020-09-07 07:30:13 -05:00
Martin Eckleben
9f530fdfae
added translation for CLI --help output ( #839 )
...
* added translation for CLI --help output
* improved formatting with clang-format
2020-09-07 07:28:43 -05:00
RieL
a5ec75180c
Merge branch 'master' of https://github.com/sheepjin99/flameshot
2020-09-07 13:02:16 +09:00
RieL
49e45b30db
Delete Internationalization_kr.ts
2020-09-07 13:01:33 +09:00
RieL
c5de313624
Enable Korean translation
...
1. Changed Qt Linguist language code from kr to ko
2. Enabled Korean translation by editing src/CMakeList.txt
It worked well on manjaro linux 18.0 with Korean translated.
2020-09-07 12:52:38 +09:00
Yangjin Cho
a8055c8488
Add Korean translation ( #834 )
...
* Add Korean Translation
Created Internationalization_kr.ts
* Update Internationalization_kr.ts
* Update Internationalization_kr.ts
2020-09-06 14:52:00 -05:00
Yangjin Cho
30f9bb7be6
Update Internationalization_kr.ts
2020-09-06 20:35:41 +09:00
Yangjin Cho
c192f849c5
Update Internationalization_kr.ts
2020-09-06 20:35:10 +09:00
RieL
0872b8c1e2
Add Korean Translation
...
Created Internationalization_kr.ts
2020-09-06 20:31:26 +09:00
Jeremy Borgman
f34def6794
changed blur class name to pixelate to match implementation
2020-09-05 11:27:00 -05:00
Boyuan Yang
4bef6a5c7f
translation: Finish zh_CN translation
2020-09-05 10:02:15 -05:00
Boyuan Yang
a8fb73b668
Use ${CMAKE_INSTALL_PREFIX} to provide APP_PREFIX
...
Currently the value of $prefix is hardcoded in the source code.
This is not a good choice given we have switched to CMake and
that CMake provides the builtin variable ${CMAKE_INSTALL_PREFIX}
to provide this information.
This patch uses the value of ${CMAKE_INSTALL_PREFIX} to populate
flameshot's internal variable APP_PREFIX as well as using it
in generating the org.flameshot.Flameshot.service file with
a proper $prefix value (via CMAKE_INSTALL_FULL_BINDIR as provided
by GNUInstallDirs).
2020-09-04 20:43:35 -05:00
Jeremy Borgman
c8d15205be
reformatted to Mozilla code style
2020-09-04 20:40:45 -05:00
borgmanJeremy
c0e2e48db4
Fix CMake Package and DBUS Names ( #819 )
...
* Fix CMake Packaging to properly package assets.
2020-09-04 19:29:37 -05:00
Boyuan Yang
7110537c4f
Update some URLs due to project move
...
This commit updates some URLs used within the project:
* Update README.md logo URL so that the flameshot logo can be
shown properly.
* Update metadata used in data/debian/ directory to make
placeholder Debian packaging working again.
* Some other quick URL fixes.
These fixes are not meant to be exhaustive and more work is
needed.
2020-09-04 10:36:40 -04:00
Jeremy Borgman
286db9ff69
Fixed translations and added feedback from PR
2020-09-03 11:51:18 -05:00
Jeremy Borgman
cb50a282e8
Added flatpak support
2020-09-02 14:31:37 -05:00
Jeremy Borgman
f5013df306
First pass at converting from qmake to cmake.
2020-07-10 20:10:14 -05:00