summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorzhuyaliang <[email protected]>2023-10-19 11:41:29 +0800
committerLuke from DC <[email protected]>2023-12-27 04:24:30 +0000
commitbca3b80da6b3653ada9e0546a3fd053cdc4651d0 (patch)
tree91882520deb84786b2b2a7bf20470039d19265c8 /help
parentc2e94e1925f3c7acfa3fd3352dc8fdafe6375adc (diff)
downloadmate-control-center-bca3b80da6b3653ada9e0546a3fd053cdc4651d0.tar.bz2
mate-control-center-bca3b80da6b3653ada9e0546a3fd053cdc4651d0.tar.xz
Add meson build support
Diffstat (limited to 'help')
-rw-r--r--help/LINGUAS113
-rw-r--r--help/meson.build22
2 files changed, 135 insertions, 0 deletions
diff --git a/help/LINGUAS b/help/LINGUAS
new file mode 100644
index 00000000..460c980e
--- /dev/null
+++ b/help/LINGUAS
@@ -0,0 +1,113 @@
+af
+am
+ar
+as
+ast
+az
+be
+bg
+bn
+bn_IN
+br
+bs
+ca
+ca@valencia
+cmn
+crh
+cs
+cy
+da
+de
+dz
+el
+en_AU
+en_CA
+en_GB
+eo
+es
+es_AR
+es_CL
+es_CO
+es_MX
+et
+eu
+fa
+fi
+fr
+fr_CA
+frp
+fur
+fy
+ga
+gl
+gu
+ha
+he
+hi
+hr
+hu
+hy
+id
+ie
+ig
+is
+it
+ja
+ka
+kab
+kk
+kn
+ko
+ku
+ku_IQ
+ky
+li
+lt
+lv
+mai
+mg
+mk
+ml
+mn
+mr
+ms
+nb
+nds
+ne
+nl
+nn
+nso
+oc
+or
+pa
+pl
+ps
+pt
+pt_BR
+ro
+ru
+rw
+si
+sk
+sl
+sq
+sr
+sr@latin
+sv
+ta
+te
+th
+tk
+tr
+ug
+uk
+ur
+uz
+vi
+wa
+xh
+yo
+zh_CN
+zh_HK
+zh_TW
+zu
diff --git a/help/meson.build b/help/meson.build
new file mode 100644
index 00000000..516a127d
--- /dev/null
+++ b/help/meson.build
@@ -0,0 +1,22 @@
+mcc_help_sources = [
+ 'config-accessibility-keyboard.xml',
+ 'config-background.xml',
+ 'config-behavior.xml',
+ 'config-cds.xml',
+ 'config-default-apps.xml',
+ 'config-file-type.xml',
+ 'config-hints.xml',
+ 'config-html.xml',
+ 'config-kbd.xml',
+ 'config-keybindings.xml',
+ 'config-mouse.xml',
+ 'config-screensaver.xml',
+ 'config-themes.xml',
+ 'index.docbook',
+ 'legal.xml',
+]
+
+gnome.yelp(
+ 'mate-control-center',
+ sources: mcc_help_sources,
+)