Use correct badge for Ukrainian
images/get-it-on-ua.png unknown status 1
Binary data |
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:15+0200\n" | |
11 | + | "POT-Creation-Date: 2021-07-21 14:25+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" | |
… | |||
39 | 39 | msgid "<img src=\"/images/get-it-on-en.png\" />" | |
40 | 40 | msgstr "" | |
41 | 41 | ||
42 | - | #: tools/theme.scm:53 | |
42 | + | #: tools/theme.scm:57 | |
43 | 43 | msgid "Build it" | |
44 | 44 | msgstr "" | |
45 | 45 | ||
… | |||
51 | 51 | msgid "Data Sources" | |
52 | 52 | msgstr "" | |
53 | 53 | ||
54 | - | #: pages/documentation.scm:28 tools/theme.scm:51 | |
54 | + | #: pages/documentation.scm:28 tools/theme.scm:55 | |
55 | 55 | msgid "Documentation" | |
56 | 56 | msgstr "" | |
57 | 57 | ||
… | |||
64 | 64 | msgstr "" | |
65 | 65 | ||
66 | 66 | #. TRANSLATORS: translate this with the name of your language. | |
67 | - | #: tools/theme.scm:66 | |
67 | + | #: tools/theme.scm:70 | |
68 | 68 | msgid "English" | |
69 | 69 | msgstr "" | |
70 | 70 | ||
71 | - | #: pages/index.scm:36 tools/theme.scm:49 | |
71 | + | #: pages/index.scm:36 tools/theme.scm:52 | |
72 | 72 | msgid "Features" | |
73 | 73 | msgstr "" | |
74 | 74 | ||
… | |||
180 | 180 | msgid "Kanji dictionary with Spanish meanings." | |
181 | 181 | msgstr "" | |
182 | 182 | ||
183 | - | #: tools/theme.scm:55 | |
183 | + | #: tools/theme.scm:59 | |
184 | 184 | msgid "Language" | |
185 | 185 | msgstr "" | |
186 | 186 | ||
… | |||
190 | 190 | "in so many different ways, some of the greatest are listed below:" | |
191 | 191 | msgstr "" | |
192 | 192 | ||
193 | - | #: pages/mentions.scm:28 tools/theme.scm:78 | |
193 | + | #: pages/mentions.scm:28 tools/theme.scm:83 | |
194 | 194 | msgid "Legal notices" | |
195 | 195 | msgstr "" | |
196 | 196 | ||
… | |||
239 | 239 | "Development Group." | |
240 | 240 | msgstr "" | |
241 | 241 | ||
242 | - | #: tools/theme.scm:110 | |
242 | + | #: tools/theme.scm:115 | |
243 | 243 | msgid "Read" | |
244 | 244 | msgstr "" | |
245 | 245 | ||
… | |||
306 | 306 | "data." | |
307 | 307 | msgstr "" | |
308 | 308 | ||
309 | - | #: tools/theme.scm:79 | |
309 | + | #: tools/theme.scm:84 | |
310 | 310 | #, scheme-format | |
311 | 311 | msgid "" | |
312 | 312 | "The source of this website can be seen at\n" | |
… | |||
434 | 434 | "open a new view where you can select a dictionary in a list." | |
435 | 435 | msgstr "" | |
436 | 436 | ||
437 | - | #: tools/theme.scm:71 | |
437 | + | #: tools/theme.scm:75 | |
438 | 438 | msgid "Translate" | |
439 | 439 | msgstr "" | |
440 | 440 | ||
441 | - | #: tools/theme.scm:97 | |
441 | + | #: tools/theme.scm:102 | |
442 | 442 | msgid "View posts for every language" | |
443 | 443 | msgstr "" | |
444 | 444 | ||
… | |||
458 | 458 | msgid "You can help too!" | |
459 | 459 | msgstr "" | |
460 | 460 | ||
461 | - | #: tools/theme.scm:89 | |
461 | + | #: tools/theme.scm:94 | |
462 | 462 | #, scheme-format | |
463 | 463 | msgid "by ~a ??? ~a" | |
464 | 464 | msgstr "" |
po/uk.po
40 | 40 | #. TRANSLATORS: rename this file to /images/get-it-on-<lang>.png | |
41 | 41 | #: pages/index.scm:35 | |
42 | 42 | msgid "<img src=\"/images/get-it-on-en.png\" />" | |
43 | - | msgstr "<img src=\"/images/get-it-on-en.png\" />" | |
43 | + | msgstr "<img src=\"/images/get-it-on-ua.png\" />" | |
44 | 44 | ||
45 | 45 | #: tools/theme.scm:53 | |
46 | 46 | msgid "Build it" |
tools/theme.scm
39 | 39 | (link (@ (rel "stylesheet") (href "/css/device.css")))) | |
40 | 40 | (body (@ (lang ,lang)) | |
41 | 41 | (header | |
42 | - | (span (a (@ (href ,(string-append "/" lang "/"))) "????")) | |
42 | + | (span (a (@ (href ,(string-append (if (equal? lang "") "" "/") | |
43 | + | lang "/"))) | |
44 | + | "????")) | |
43 | 45 | (nav (@ (id "main-menu")) | |
44 | 46 | (label (@ (for "hamburger") (id "hamburger-label")) | |
45 | 47 | (img (@ (alt "(open the menu)") (src "/images/hamburger.png")))) | |
46 | 48 | (input (@ (id "hamburger") (type "checkbox"))) | |
47 | 49 | (ul | |
48 | - | (li (a (@ (href ,(string-append "/" lang "/index.html"))) | |
50 | + | (li (a (@ (href ,(string-append (if (equal? lang "") "" "/") | |
51 | + | lang "/index.html"))) | |
49 | 52 | ,(_ "Features"))) | |
50 | - | (li (a (@ (href ,(string-append "/" lang "/documentation.html"))) | |
53 | + | (li (a (@ (href ,(string-append (if (equal? lang "") "" "/") | |
54 | + | lang "/documentation.html"))) | |
51 | 55 | ,(_ "Documentation"))) | |
52 | 56 | (li (a (@ (href "https://framagit.org/nani-project/nani-app")) | |
53 | 57 | ,(_ "Build it"))) | |
… | |||
74 | 78 | (footer | |
75 | 79 | (div (@ (class "footer-flex")) | |
76 | 80 | (p "?? Copyright Julien Lepiller 2019") | |
77 | - | (p (a (@ (href ,(string-append "/" lang "/mentions.html"))) | |
81 | + | (p (a (@ (href ,(string-append (if (equal? lang "") "" "/") | |
82 | + | lang "/mentions.html"))) | |
78 | 83 | ,(_ "Legal notices")))) | |
79 | 84 | (p ,(_ "The source of this website can be seen at | |
80 | 85 | <a href=\"~a\">framagit</a>. This website is free software; you can redistribute |