Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enforce accelerators in translations | Pierre Ossman | 2023-09-29 | 1 | -1/+1 |
| | | | | | Make sure we don't overlook missing accelerators in the translations again. | ||||
* | Automatically respect changes in LINGUAS | Pierre Ossman | 2023-08-15 | 1 | -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 vncviewer | Joachim Falk | 2022-03-08 | 1 | -0/+1 |
| | |||||
* | Validate translations during build | Pierre Ossman | 2021-04-26 | 1 | -1/+1 |
| | | | | | Incorrect format strings can cause crashes, so we want to catch those early. | ||||
* | Use standard install dir variable names | Pierre Ossman | 2020-03-12 | 1 | -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 reStructuredText | Peter Åstrand (astrand) | 2018-01-31 | 1 | -1/+1 |
| | |||||
* | Generate translations in .desktop file from po files | Pierre Ossman | 2017-07-19 | 1 | -0/+1 |
| | |||||
* | Move languages to standard LINGUAS file | Pierre Ossman | 2017-07-19 | 1 | -3/+1 |
| | | | | This is necessary for other translation tools to work properly. | ||||
* | Add Hungarian translation | Balázs Úr | 2017-05-02 | 1 | -1/+1 |
| | |||||
* | Add Friulian to list of active languages | Pierre Ossman | 2017-03-17 | 1 | -1/+1 |
| | | | | Should have been included in the previous commit. | ||||
* | Add Vietnamese translation | Trần Ngọc Quân | 2016-07-04 | 1 | -1/+1 |
| | |||||
* | Add Chinese (simplified) translation | Mingye Wang (Arthur2e5) | 2016-04-28 | 1 | -1/+1 |
| | |||||
* | Add Serbian translation | Мирослав Николић | 2016-03-07 | 1 | -1/+1 |
| | |||||
* | Add support for pgettext() | Pierre Ossman | 2015-09-23 | 1 | -0/+1 |
| | | | | | Primarily gives it a shorthand, but also make gcc tolerate its use for format strings. | ||||
* | Only include translation comments in .po files | Pierre Ossman | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | Add Bulgarian translation | Alexander Shopov | 2015-07-02 | 1 | -1/+1 |
| | |||||
* | Add Danish translation | Joe Hansen | 2015-06-29 | 1 | -1/+1 |
| | |||||
* | Add Greek translation | Vangelis Skarmoutsos | 2015-06-18 | 1 | -1/+1 |
| | |||||
* | Add Finnish translation | Jorma Karvonen | 2015-04-30 | 1 | -1/+1 |
| | |||||
* | Use relative file paths in .pot file | Pierre Ossman | 2015-04-22 | 1 | -0/+1 |
| | | | | | Otherwise it keeps changing depending on where your working copy is located, causing unnecessary diffs. | ||||
* | Stop updating .po files | Pierre Ossman | 2015-04-22 | 1 | -7/+0 |
| | | | | | The .po files are handled by the translation project, so we should avoid updating them ourselves. | ||||
* | Add Esperanto translations | Felipe Castro | 2015-01-29 | 1 | -1/+1 |
| | |||||
* | Add comments for translators where requested | Pierre Ossman | 2014-12-03 | 1 | -0/+1 |
| | |||||
* | Sort translation strings by file instead | Pierre Ossman | 2014-12-03 | 1 | -2/+2 |
| | | | | | This variant keeps more context for the translators by having related strings clumped together. | ||||
* | Add Ukrainian translations | Yuri Chornoivan | 2014-12-02 | 1 | -1/+1 |
| | |||||
* | Add file location to the translation files | Pierre Ossman | 2014-09-22 | 1 | -1/+1 |
| | | | | | Makes it easier for the translators to check context and report problems. | ||||
* | Update translations with those already done by Cendio | Pierre Ossman | 2014-09-18 | 1 | -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 list | Pierre Ossman | 2014-09-18 | 1 | -1/+1 |
| | |||||
* | Allow generating translations even with a separate build directory | Pierre Ossman | 2014-09-18 | 1 | -1/+0 |
| | |||||
* | CMake needs to have the quotes at the end to work properly | Pierre Ossman | 2014-09-18 | 1 | -4/+4 |
| | |||||
* | Fix some cmake quoting and escape issues. The un-escaped parens generate a ↵ | Brian P. Hinz | 2014-08-07 | 1 | -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 ↵ | DRC | 2011-06-28 | 1 | -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. The | Peter Åstrand | 2011-04-28 | 1 | -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 |