Fix kanjidic description indentation
po/fr.po
7 | 7 | msgstr "" | |
8 | 8 | "Project-Id-Version: PACKAGE VERSION\n" | |
9 | 9 | "Report-Msgid-Bugs-To: \n" | |
10 | - | "POT-Creation-Date: 2021-07-21 14:10+0200\n" | |
10 | + | "POT-Creation-Date: 2021-07-21 14:15+0200\n" | |
11 | 11 | "PO-Revision-Date: 2021-07-21 12:14+0000\n" | |
12 | 12 | "Last-Translator: Julien Lepiller <fedora-account@lepiller.eu>\n" | |
13 | 13 | "Language-Team: French <https://translate.fedoraproject.org/projects/nani/" | |
… | |||
470 | 470 | " des kanji ?? partir des composants." | |
471 | 471 | ||
472 | 472 | #: tools/list.scm:85 | |
473 | + | #, fuzzy | |
473 | 474 | msgid "" | |
474 | 475 | "This dictionary allows you to search for kanji and view kanji information\n" | |
475 | - | "such as number of strokes, pronunciations and meanings." | |
476 | + | " such as number of strokes, pronunciations and meanings." | |
476 | 477 | msgstr "" | |
477 | 478 | "Ce dictionnaire vous permet de rechercher des kanji et d'obtenir des " | |
478 | 479 | "informations comme le nombre de traits, la prononciation et la signification." |
po/nani.pot
8 | 8 | msgstr "" | |
9 | 9 | "Project-Id-Version: PACKAGE VERSION\n" | |
10 | 10 | "Report-Msgid-Bugs-To: \n" | |
11 | - | "POT-Creation-Date: 2021-07-21 14:10+0200\n" | |
11 | + | "POT-Creation-Date: 2021-07-21 14:15+0200\n" | |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
13 | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
14 | 14 | "Language-Team: LANGUAGE <LL@li.org>\n" | |
… | |||
380 | 380 | #: tools/list.scm:85 | |
381 | 381 | msgid "" | |
382 | 382 | "This dictionary allows you to search for kanji and view kanji information\n" | |
383 | - | "such as number of strokes, pronunciations and meanings." | |
383 | + | " such as number of strokes, pronunciations and meanings." | |
384 | 384 | msgstr "" | |
385 | 385 | ||
386 | 386 | #: pages/documentation.scm:30 |
po/uk.po
7 | 7 | msgstr "" | |
8 | 8 | "Project-Id-Version: PACKAGE VERSION\n" | |
9 | 9 | "Report-Msgid-Bugs-To: \n" | |
10 | - | "POT-Creation-Date: 2021-07-21 14:10+0200\n" | |
10 | + | "POT-Creation-Date: 2021-07-21 14:15+0200\n" | |
11 | 11 | "PO-Revision-Date: 2021-07-21 10:57+0000\n" | |
12 | 12 | "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n" | |
13 | 13 | "Language-Team: Ukrainian <https://translate.fedoraproject.org/projects/nani/" | |
… | |||
478 | 478 | #: tools/list.scm:85 | |
479 | 479 | msgid "" | |
480 | 480 | "This dictionary allows you to search for kanji and view kanji information\n" | |
481 | - | "such as number of strokes, pronunciations and meanings." | |
481 | + | " such as number of strokes, pronunciations and meanings." | |
482 | 482 | msgstr "" | |
483 | 483 | ||
484 | 484 | #: pages/documentation.scm:30 |
po/zh_CN.po
7 | 7 | msgstr "" | |
8 | 8 | "Project-Id-Version: PACKAGE VERSION\n" | |
9 | 9 | "Report-Msgid-Bugs-To: \n" | |
10 | - | "POT-Creation-Date: 2021-07-21 14:10+0200\n" | |
10 | + | "POT-Creation-Date: 2021-07-21 14:15+0200\n" | |
11 | 11 | "PO-Revision-Date: 2020-06-24 14:40+0000\n" | |
12 | 12 | "Last-Translator: Tian Shixiong <tiansworld@gmail.com>\n" | |
13 | 13 | "Language-Team: Chinese (Simplified) <https://translate.fedoraproject.org/" | |
… | |||
395 | 395 | #: tools/list.scm:85 | |
396 | 396 | msgid "" | |
397 | 397 | "This dictionary allows you to search for kanji and view kanji information\n" | |
398 | - | "such as number of strokes, pronunciations and meanings." | |
398 | + | " such as number of strokes, pronunciations and meanings." | |
399 | 399 | msgstr "" | |
400 | 400 | ||
401 | 401 | #: pages/documentation.scm:30 |
tools/list.scm
83 | 83 | ("pt" `(_ "Kanji dictionary with Portuguese meanings.")))) | |
84 | 84 | (define (kanjidic-description lang) | |
85 | 85 | `(_ "This dictionary allows you to search for kanji and view kanji information | |
86 | - | such as number of strokes, pronunciations and meanings.")) | |
86 | + | such as number of strokes, pronunciations and meanings.")) | |
87 | 87 | ||
88 | 88 | (let* ((english | |
89 | 89 | (cond |