summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
Diffstat (limited to 'help')
-rw-r--r--help/LINGUAS112
-rw-r--r--help/meson.build33
2 files changed, 145 insertions, 0 deletions
diff --git a/help/LINGUAS b/help/LINGUAS
new file mode 100644
index 0000000..f7091dc
--- /dev/null
+++ b/help/LINGUAS
@@ -0,0 +1,112 @@
+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_CO
+es_MX
+et
+eu
+fa
+fi
+fr
+frp
+fur
+ga
+gl
+gu
+ha
+he
+hi
+hr
+hu
+hy
+id
+ie
+ig
+is
+it
+ja
+ka
+kk
+km
+kn
+ko
+ku
+ku_IQ
+ky
+li
+lt
+lv
+mai
+mg
+mk
+ml
+mn
+mr
+ms
+my
+nb
+nds
+ne
+nl
+nn
+nso
+oc
+or
+pa
+pl
+pms
+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 0000000..bbe3028
--- /dev/null
+++ b/help/meson.build
@@ -0,0 +1,33 @@
+mate_calc_help_pages = [
+ 'absolute.page',
+ 'base.page',
+ 'boolean.page',
+ 'complex.page',
+ 'conv-base.page',
+ 'conv-character.page',
+ 'conv-currency.page',
+ 'conv-length.page',
+ 'conv-time.page',
+ 'conv-weight.page',
+ 'equation.page',
+ 'factorial.page',
+ 'factorize.page',
+ 'financial.page',
+ 'functions.page',
+ 'index.page',
+ 'keyboard.page',
+ 'legal.xml',
+ 'logarithm.page',
+ 'modulus.page',
+ 'mouse.page',
+ 'number-display.page',
+ 'percentage.page',
+ 'power.page',
+ 'scientific.page',
+ 'superscript.page',
+ 'trigonometry.page',
+ 'variables.page'
+]
+gnome.yelp(meson.project_name(),
+ sources: mate_calc_help_pages,
+)