| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | build: Factor out qt translations from build system | Wladimir J. van der Laan | 2019-09-29 | 1 | -1/+1 |
| | | | | | | | Move qt translations to a separate make include file. This makes it easier to auto-generate this list from tooling (see bitcoin-core/bitcoin-maintainer-tools#36). | ||||
| * | doc: Remove MSVC update step from translation process | Wladimir J. van der Laan | 2019-09-26 | 1 | -6/+0 |
| | | | | | | This part of the build system has been removed in #15529 and thus no longer needs to be updated. | ||||
| * | doc: Add spacing to command in translation_process.md | Chuf | 2019-08-27 | 1 | -1/+1 |
| | | | | | Added spacing to command for updating bitcoin_locale.qrc entries | ||||
| * | scripts: move update-translations.py to maintainer-tools repo | fanquake | 2019-08-20 | 1 | -2/+2 |
| | | |||||
| * | docs: Update Transifex links | marcuswin | 2019-03-02 | 1 | -2/+2 |
| | | |||||
| * | qt: Pre-0.18 split-off translations update | Wladimir J. van der Laan | 2019-02-04 | 1 | -5/+15 |
| | | | | | | | | - Update transifex slug - Mention update of MSVC build in `doc/translation_process.md` - Do a `make translate` to update English translations - Pull current translations from transifex | ||||
| * | Docs: Improve "of" grammar | johnlow95 | 2018-08-03 | 1 | -1/+1 |
| | | |||||
| * | [docs] update transifex doc link | Cristian Mircea Messel | 2018-06-02 | 1 | -7/+1 |
| | | |||||
| * | Fix typos and cleanup | Dimitris Apostolou | 2018-03-02 | 1 | -1/+1 |
| | | | | | [ci-skip] | ||||
| * | Fix typo and spelling inconsistency in CONTRIBUTING.md | Koki Takahashi | 2017-02-09 | 1 | -2/+2 |
| | | | | | | | | | Fix spellings of GitHub Remove unnecessary changes Fix GitHub spelling on doc/translation_process.md | ||||
| * | Trivial: Fix typo | Marty Jones | 2016-09-19 | 1 | -1/+1 |
| | | |||||
| * | update name of file bitcoin.qrc | Gaurav Rana | 2016-09-08 | 1 | -1/+1 |
| | | |||||
| * | [doc] typos, READMEs, comments | Justin Camarena | 2016-08-12 | 1 | -1/+1 |
| | | | | | Just a quick run through some docs and fixing some text errors. | ||||
| * | qt: Final translation update before 0.12 fork | Wladimir J. van der Laan | 2015-12-02 | 1 | -3/+3 |
| | | | | | | | | | - Add new translations (finally, after a long time) - update-translation script was not considering new translations - oops - fixed this, also remove (nearly) empty translations - Update translation process, it was still describing the old repository structure | ||||
| * | Correct spelling mistakes in doc folder | Mitchell Cash | 2015-10-18 | 1 | -1/+1 |
| | | | | | | | | | | - OSX —> OS X - XCode —> Xcode - github —> GitHub - homebrew —> Homebrew - gitian —> Gitian - Other miscellaneous obvious spelling fixes and whitespace removal | ||||
| * | doc: Change #bitcoin-dev IRC channel to #bitcoin-core-dev | Wladimir J. van der Laan | 2015-09-30 | 1 | -1/+1 |
| | | | | | | Split off Bitcoin Core project development discussion from the general Bitcoin development channel. | ||||
| * | Bugfix: Grammar fixes | Corinne Dashjr | 2015-05-01 | 1 | -2/+2 |
| | | |||||
| * | Revised translation process doc | Blake Jakopovic | 2014-12-07 | 1 | -57/+79 |
| | | |||||
| * | Added XML syntax highlighting | himynameismartin | 2014-09-04 | 1 | -4/+6 |
| | | |||||
| * | Update translation_process.md | sandakersmann | 2014-06-08 | 1 | -1/+1 |
| | | | | Qt changed to Bitcoin Core | ||||
| * | devtools: add a script to fetch and postprocess translations | Wladimir J. van der Laan | 2014-05-01 | 1 | -3/+4 |
| | | | | | | | | | | Run this script from the root of the repository to update all translations from transifex. It will do the following automatically: - create a transifex configuration file - fetch all translations - post-process them into valid and committable format | ||||
| * | qt: add transifex configuration file | Wladimir J. van der Laan | 2014-05-01 | 1 | -22/+2 |
| | | | | | | | This is a project-wide configuration file and should be the same for everyone. Also remove mention of creating it yourself from the translation process. | ||||
| * | Update moved and dead links | Luke Dashjr | 2014-03-24 | 1 | -1/+1 |
| | | |||||
| * | qt: Update translations | Wladimir J. van der Laan | 2014-01-08 | 1 | -2/+4 |
| | | | | | | | | | | Update current translations, and add new languages: - es_MX: Spanish (Mexico) - pam: Kapampangan Also update translation process for autoconf-based build system. | ||||
| * | autotools: update translation docs | Cory Fields | 2013-09-14 | 1 | -6/+5 |
| | | |||||
| * | Translation update for 0.7.1 | Wladimir J. van der Laan | 2012-10-04 | 1 | -1/+3 |
| | | | | | Also clarify translation process that the package `gettext` is needed to run string extractor. | ||||
| * | Update translation messages | Wladimir J. van der Laan | 2012-07-26 | 1 | -1/+1 |
| | | | | | | - No core strings changed since last time - Re-add line numbers in .ts file as this is marginally easier for translators (see #1227) | ||||
| * | translation process file updates | Philip Kaufmann | 2012-07-11 | 1 | -15/+38 |
| | | | | | | | - add part for handling of plurals - update Transifex links - small misc changes | ||||
| * | updated translation process documentation | Philip Kaufmann | 2012-03-21 | 1 | -9/+24 |
| | | |||||
| * | add shell one-liner for updating translations in bitcoin.qrc | Nils Schneider | 2012-03-16 | 1 | -0/+2 |
| | | |||||
| * | add doc/translation_process.md | Nils Schneider | 2011-11-08 | 1 | -0/+63 |