We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0bfe5 commit fda95e7Copy full SHA for fda95e7
src/po/Make_all.mak
@@ -21,6 +21,7 @@ LANGUAGES = \
21
ja.sjis \
22
ko \
23
ko.UTF-8 \
24
+ lv \
25
nb \
26
nl \
27
no \
@@ -42,7 +43,6 @@ LANGUAGES = \
42
43
zh_CN.cp936 \
44
zh_TW \
45
zh_TW.UTF-8 \
- lv \
46
47
48
MOFILES = \
@@ -61,6 +61,7 @@ MOFILES = \
61
ja.mo \
62
ko.UTF-8.mo \
63
ko.mo \
64
+ lv.mo \
65
nb.mo \
66
nl.mo \
67
no.mo \
@@ -76,7 +77,6 @@ MOFILES = \
76
77
zh_CN.mo \
78
zh_TW.UTF-8.mo \
79
zh_TW.mo \
- lv.mo \
80
81
82
MOCONVERTED = \
src/version.c
@@ -794,6 +794,8 @@ static char *(features[]) =
794
795
static int included_patches[] =
796
{ /* Add new patch number below this line */
797
+/**/
798
+ 227,
799
/**/
800
226,
801
0 commit comments