aboutsummaryrefslogtreecommitdiffstats
path: root/po/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Enforce accelerators in translationsPierre Ossman2023-09-291-1/+1
| | | | | Make sure we don't overlook missing accelerators in the translations again.
* Automatically respect changes in LINGUASPierre Ossman2023-08-151-0/+1
| | | | | Since the contents of the LINGUAS file affects which targets are created, we must tell CMake to reconfigure things if this file changes.
* Added AppStream meta info file for the vncviewerJoachim Falk2022-03-081-0/+1
|
* Validate translations during buildPierre Ossman2021-04-261-1/+1
| | | | | Incorrect format strings can cause crashes, so we want to catch those early.
* Use standard install dir variable namesPierre Ossman2020-03-121-1/+1
| | | | | This makes our builds directly compatible with most distributions without packagers/users having to specify extra flags.
* Rename README.txt to README.rst and convert to reStructuredTextPeter Åstrand (astrand)2018-01-311-1/+1
|
* Generate translations in .desktop file from po filesPierre Ossman2017-07-191-0/+1
|
* Move languages to standard LINGUAS filePierre Ossman2017-07-191-3/+1
| | | | This is necessary for other translation tools to work properly.
* Add Hungarian translationBalázs Úr2017-05-021-1/+1
|
* Add Friulian to list of active languagesPierre Ossman2017-03-171-1/+1
| | | | Should have been included in the previous commit.
* Add Vietnamese translationTrần Ngọc Quân2016-07-041-1/+1
|
* Add Chinese (simplified) translationMingye Wang (Arthur2e5)2016-04-281-1/+1
|
* Add Serbian translationМирослав Николић2016-03-071-1/+1
|
* Add support for pgettext()Pierre Ossman2015-09-231-0/+1
| | | | | Primarily gives it a shorthand, but also make gcc tolerate its use for format strings.
* Only include translation comments in .po filesPierre Ossman2015-09-231-1/+1
|
* Add Bulgarian translationAlexander Shopov2015-07-021-1/+1
|
* Add Danish translationJoe Hansen2015-06-291-1/+1
|
* Add Greek translationVangelis Skarmoutsos2015-06-181-1/+1
|
* Add Finnish translationJorma Karvonen2015-04-301-1/+1
|
* Use relative file paths in .pot filePierre Ossman2015-04-221-0/+1
| | | | | Otherwise it keeps changing depending on where your working copy is located, causing unnecessary diffs.
* Stop updating .po filesPierre Ossman2015-04-221-7/+0
| | | | | The .po files are handled by the translation project, so we should avoid updating them ourselves.
* Add Esperanto translationsFelipe Castro2015-01-291-1/+1
|
* Add comments for translators where requestedPierre Ossman2014-12-031-0/+1
|
* Sort translation strings by file insteadPierre Ossman2014-12-031-2/+2
| | | | | This variant keeps more context for the translators by having related strings clumped together.
* Add Ukrainian translationsYuri Chornoivan2014-12-021-1/+1
|
* Add file location to the translation filesPierre Ossman2014-09-221-1/+1
| | | | | Makes it easier for the translators to check context and report problems.
* Update translations with those already done by CendioPierre Ossman2014-09-181-1/+1
| | | | | These are not complete as they are from Cendio's modified version of TigerVNC, but it still covers most of the translation.
* New address for mailing listPierre Ossman2014-09-181-1/+1
|
* Allow generating translations even with a separate build directoryPierre Ossman2014-09-181-1/+0
|
* CMake needs to have the quotes at the end to work properlyPierre Ossman2014-09-181-4/+4
|
* Fix some cmake quoting and escape issues. The un-escaped parens generate a ↵Brian P. Hinz2014-08-071-2/+3
| | | | "Argument not separated from preceding token by whitespace" warning. The '--directory' argument might need to be quoted if PROJECT_SOURCE_DIR contains spaces.
* Use generic copyright message which refers the user to the complete ↵DRC2011-06-281-1/+1
| | | | | | copyright history in README.txt git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4569 3789f03b-4d11-0410-bbf8-ca57d06f2519
* This patch adds gettext support for our new vncviewer. CMake only. ThePeter Åstrand2011-04-281-0/+61
change of the project name is to make the CMake build behave like the Autotools build - define PACKAGE_NAME in the same way. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4388 3789f03b-4d11-0410-bbf8-ca57d06f2519