diff options
author | Victor A. Santos <[email protected]> | 2020-03-30 18:54:42 -0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-09-03 13:19:35 +0200 |
commit | 1db4b409322e559a3d3a03677dd482a0613f3b29 (patch) | |
tree | 5b7f03980579416d78135db46287799eb0a6a0ba /help | |
parent | 301549e96d34a3b79fa471aaff5402689bf5868f (diff) | |
download | mate-power-manager-1db4b409322e559a3d3a03677dd482a0613f3b29.tar.bz2 mate-power-manager-1db4b409322e559a3d3a03677dd482a0613f3b29.tar.xz |
add meson project
fix indentation in some files
Diffstat (limited to 'help')
-rw-r--r-- | help/LINGUAS | 116 | ||||
-rw-r--r-- | help/meson.build | 22 |
2 files changed, 138 insertions, 0 deletions
diff --git a/help/LINGUAS b/help/LINGUAS new file mode 100644 index 0000000..04a8aa0 --- /dev/null +++ b/help/LINGUAS @@ -0,0 +1,116 @@ +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_ES +es_MX +es_PR +et +eu +fa +fi +fr +frp +fur +fy +ga +gl +gu +ha +he +hi +hr +hu +hy +id +ie +ig +is +it +ja +jv +ka +kab +kk +kn +ko +ku +ku_IQ +ky +la +lt +lv +mai +mg +mi +mk +ml +mn +mr +ms +nb +nds +ne +nl +nn +nso +oc +or +pa +pl +ps +pt +pt_BR +ro +ru +si +sk +sl +sq +sr +sr@latin +sv +ta +te +th +tk +tr +ug +uk +ur +uz +vi +wa +xh +yo +zh_CN +zh-Hans +zh_HK +zh_TW +zu diff --git a/help/meson.build b/help/meson.build new file mode 100644 index 0000000..24b8c4c --- /dev/null +++ b/help/meson.build @@ -0,0 +1,22 @@ +gnome.yelp( + meson.project_name(), + media: [ + 'figures/applet-brightness.png', + 'figures/applet-inhibit.png', + 'figures/gpm-cell-capacity.png', + 'figures/gpm-charged.png', + 'figures/gpm-critical.png', + 'figures/gpm-low.png', + 'figures/gpm-prefs-ac.png', + 'figures/gpm-prefs-battery.png', + 'figures/gpm-prefs-general.png', + 'figures/gpm-stats-graph.png', + 'figures/gpm-suspend-problem.png', + 'figures/gpm-unplugged.png', + 'figures/gs-prefs.png', + ], + sources: [ + 'index.docbook', + 'legal.xml' + ] +) |