aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update Dutch translation from TxHEADmasterYuri Chornoivan2024-03-051-70/+86
|
* 1.71.7Martin Whitaker2024-02-251-0/+2
|
* Update Catalan translation from TxYuri Chornoivan2024-02-231-70/+86
|
* Update Finnish translation from TxYuri Chornoivan2024-02-231-70/+86
|
* Update Russian translation from TxYuri Chornoivan2024-02-051-72/+88
|
* Update German translation from TxYuri Chornoivan2024-01-241-69/+85
|
* Update Spanish translation from TxYuri Chornoivan2024-01-241-1/+1
|
* Update Spanish translation from TxYuri Chornoivan2024-01-231-70/+86
|
* Update French translation from TxYuri Chornoivan2024-01-231-69/+85
|
* Update Ukrainian translationYuri Chornoivan2024-01-231-72/+88
|
* Use string substitution to allow for better translated messages.Martin Whitaker2024-01-222-64/+90
| | | | | | | | | When a message includes a repository/package/file name, use sprintf to allow the name to be inserted at any arbitrary point in the message. This allows for more natural translations. Also remove any leading/trailing spaces from translatable strings, as these are being missed by translators.
* Convert native strings to UTF-8 when writing to STDOUT.Martin Whitaker2024-01-211-0/+2
|
* Convert UTF-8 strings returned by gettext to native Perl strings.Martin Whitaker2024-01-212-54/+59
| | | | | | Sadly libintl-perl doesn't take care of this for us. Also remove the call to setlocale, which doesn't appear to be needed.
* Change default release to 9.Martin Whitaker2024-01-211-1/+1
|
* Fix makefiles and update NEWS for i18n support.Martin Whitaker2024-01-213-5/+6
|
* Update Norwegian translation from TxYuri Chornoivan2024-01-101-47/+52
|
* Update Japanese translation from TxYuri Chornoivan2023-12-241-45/+52
|
* Update Russian translation from TxYuri Chornoivan2023-12-061-45/+54
|
* Update Czech translation from TxYuri Chornoivan2023-12-031-18/+19
|
* Update German translation from TxYuri Chornoivan2023-11-131-13/+13
|
* Update Brittish translation from TxYuri Chornoivan2023-11-071-0/+213
|
* Update Dutch translation from TxYuri Chornoivan2023-11-061-2/+2
|
* Update German translation from TxYuri Chornoivan2023-11-061-40/+44
|
* Update Valencian translation from TxYuri Chornoivan2023-11-061-46/+52
|
* Update Finnish translation from TxYuri Chornoivan2023-11-061-46/+51
|
* Update Catalan translation from TxYuri Chornoivan2023-11-061-46/+52
|
* Update French translation from TxYuri Chornoivan2023-11-061-16/+19
|
* Update Spanish translation from TxYuri Chornoivan2023-11-061-3/+3
|
* Update French translation from TxYuri Chornoivan2023-11-051-28/+32
|
* Update Slovenian translation from TxYuri Chornoivan2023-11-051-26/+32
|
* Update Chinese (Hong Kong) translation from TxYuri Chornoivan2023-11-051-45/+51
|
* Update Chinese (Traditional) translation from TxYuri Chornoivan2023-11-051-45/+51
|
* Update Chinese translation from TxYuri Chornoivan2023-11-051-45/+51
|
* Update Spanish translation from TxYuri Chornoivan2023-11-051-46/+53
|
* Update Dutch translation from TxYuri Chornoivan2023-11-051-44/+51
|
* Update Ukrainian translationYuri Chornoivan2023-11-051-50/+56
|
* Add Transifex translationsYuri Chornoivan2023-11-0558-0/+12091
|
* Add Transifex configYuri Chornoivan2023-11-051-0/+8
|
* Add some hints for translators.Martin Whitaker2023-11-053-38/+42
|
* Add support for i18n.Martin Whitaker2023-11-046-53/+297
|
* Remove --upgrade option from suggested downgrade command (mga#32333)Martin Whitaker2023-09-302-1/+2
| | | | That prevented urpmi from downgrading to a package in the release media.
* Support https in repository URLs (mga#32333).Martin Whitaker2023-09-302-1/+3
|
* Correct URL in README.md (thanks to Johnny Solbu for spotting that).Martin Whitaker2021-11-111-1/+1
|
* Add description in README.md.1.6Martin Whitaker2020-02-191-0/+5
|
* Import code from private repository.Martin Whitaker2020-02-198-0/+1177
|\
| * 1.6Martin Whitaker2018-11-251-0/+2
| |
| * Use file:// prefix when adding local repository, to only allow local path.Martin Whitaker2018-11-252-1/+2
| |
| * Avoid false positive when checking updates_testing media are enabled.Martin Whitaker2018-11-251-1/+1
| |
| * Fix bug in polkit rules.Martin Whitaker2018-11-141-7/+6
| |
| * Remove explict version number from main program.Martin Whitaker2018-11-131-1/+1
| | | | | | | | It will be automatically inserted when the package is built.