aboutsummaryrefslogtreecommitdiff
path: root/po (follow)
Commit message (Collapse)AuthorAge
* Fix comments being constantly added to po files.Hugo Hörnquist2022-06-16
| | | | | | | | xgettext:s comment fetcher doesn't handle the same source string at multiple places, with different comments. Meaning that at those places all comments were copied over each time. This commit remove the problematic comments from the source code.
* Remove custom let*.Hugo Hörnquist2022-06-13
| | | | | | While it was nice, the most important part was the multi-valued let from srfi-71 (which is implemented in srfi-71)). The minor pattern matching structures could often be replaced with car+cdr, or a propper match.
* Update swedish translations.Hugo Hörnquist2022-06-11
|
* Translate newly added strings.Hugo Hörnquist2022-04-11
|
* Remove location lines from po files.Hugo Hörnquist2022-04-11
| | | | While useful, they clutter the changelog to much.
* Merge branch 'translation'Hugo Hörnquist2022-04-07
|
* Fix translation for (vcomponent datetime output).Hugo Hörnquist2022-02-22
|
* Update makefile for localizations.Hugo Hörnquist2022-02-22
|
* Initial swedish translation.Hugo Hörnquist2022-02-22