Commit Graph

19 Commits

Author SHA1 Message Date
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