[gnome-backgrounds/abderrahim/fix-names: 5/5] delete translation infrastructure
- From: Simon McVittie <smcv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-backgrounds/abderrahim/fix-names: 5/5] delete translation infrastructure
- Date: Tue, 1 Sep 2020 11:36:41 +0000 (UTC)
commit d8c948f5868f9262aad286185aca0d831077b06f
Author: Simon McVittie <smcv debian org>
Date: Tue Sep 1 12:29:50 2020 +0100
delete translation infrastructure
We don't need to translate things anymore as they don't show in the UI
[smcv: Remove more remnants of translation infrastructure]
backgrounds/{adwaita.xml.in.in => adwaita.xml.in} | 0
...kgrounds.xml.in.in => gnome-backgrounds.xml.in} | 0
backgrounds/meson.build | 11 +-
its/wallpaper.its | 12 -
its/wallpaper.loc | 10 -
meson.build | 1 -
po/.cvsignore | 14 -
po/ChangeLog | 1022 --------------------
po/LINGUAS | 99 --
po/POTFILES.in | 2 -
po/POTFILES.skip | 2 -
po/af.po | 179 ----
po/an.po | 212 ----
po/ar.po | 202 ----
po/as.po | 233 -----
po/ast.po | 95 --
po/be.po | 81 --
po/be latin po | 87 --
po/bg.po | 135 ---
po/bn.po | 157 ---
po/bn_IN.po | 82 --
po/bs.po | 126 ---
po/ca.po | 83 --
po/ca valencia po | 154 ---
po/cs.po | 87 --
po/cy.po | 164 ----
po/da.po | 287 ------
po/de.po | 220 -----
po/dz.po | 92 --
po/el.po | 214 ----
po/en shaw po | 91 --
po/en_CA.po | 72 --
po/en_GB.po | 252 -----
po/eo.po | 182 ----
po/es.po | 215 ----
po/et.po | 142 ---
po/eu.po | 94 --
po/fa.po | 251 -----
po/fi.po | 292 ------
po/fr.po | 105 --
po/fur.po | 156 ---
po/fy.po | 90 --
po/ga.po | 125 ---
po/gd.po | 150 ---
po/gl.po | 215 ----
po/gu.po | 189 ----
po/he.po | 240 -----
po/hi.po | 201 ----
po/hr.po | 123 ---
po/hu.po | 82 --
po/hy.po | 112 ---
po/id.po | 134 ---
po/is.po | 122 ---
po/it.po | 83 --
po/ja.po | 202 ----
po/ka.po | 73 --
po/kk.po | 122 ---
po/km.po | 128 ---
po/kn.po | 151 ---
po/ko.po | 136 ---
po/ku.po | 127 ---
po/ky.po | 160 ---
po/lt.po | 133 ---
po/lv.po | 128 ---
po/mai.po | 75 --
po/meson.build | 1 -
po/mg.po | 107 --
po/mjw.po | 79 --
po/mk.po | 93 --
po/ml.po | 198 ----
po/mn.po | 114 ---
po/mr.po | 215 ----
po/ms.po | 118 ---
po/nb.po | 77 --
po/nds.po | 90 --
po/ne.po | 148 ---
po/nl.po | 173 ----
po/nn.po | 111 ---
po/oc.po | 167 ----
po/or.po | 199 ----
po/pa.po | 225 -----
po/pl.po | 83 --
po/ps.po | 74 --
po/pt.po | 303 ------
po/pt_BR.po | 222 -----
po/ro.po | 235 -----
po/ru.po | 122 ---
po/rw.po | 65 --
po/si.po | 75 --
po/sk.po | 146 ---
po/sl.po | 135 ---
po/sq.po | 92 --
po/sr.po | 136 ---
po/sr latin po | 125 ---
po/sv.po | 216 -----
po/ta.po | 215 ----
po/te.po | 219 -----
po/tg.po | 158 ---
po/th.po | 229 -----
po/tr.po | 255 -----
po/ug.po | 183 ----
po/uk.po | 209 ----
po/uz.po | 72 --
po/uz cyrillic po | 162 ----
po/vi.po | 240 -----
po/xh.po | 129 ---
po/zh_CN.po | 149 ---
po/zh_HK.po | 255 -----
po/zh_TW.po | 250 -----
109 files changed, 3 insertions(+), 16082 deletions(-)
---
diff --git a/backgrounds/adwaita.xml.in.in b/backgrounds/adwaita.xml.in
similarity index 100%
rename from backgrounds/adwaita.xml.in.in
rename to backgrounds/adwaita.xml.in
diff --git a/backgrounds/gnome-backgrounds.xml.in.in b/backgrounds/gnome-backgrounds.xml.in
similarity index 100%
rename from backgrounds/gnome-backgrounds.xml.in.in
rename to backgrounds/gnome-backgrounds.xml.in
diff --git a/backgrounds/meson.build b/backgrounds/meson.build
index f7f9424..17937ea 100644
--- a/backgrounds/meson.build
+++ b/backgrounds/meson.build
@@ -30,15 +30,10 @@ backgrounds = [
install_data([adwaita_timed] + backgrounds, install_dir: backgrounddir)
foreach metadata : ['gnome-backgrounds.xml', 'adwaita.xml']
- i18n.merge_file(metadata,
- input: configure_file(
- input: metadata + '.in.in',
- output: metadata + '.in',
- configuration: dataconf
- ),
+ configure_file(
+ input: metadata + '.in',
output: metadata,
- po_dir: '../po',
- data_dirs: '..',
+ configuration: dataconf,
install: true,
install_dir: metadatadir
)
diff --git a/meson.build b/meson.build
index 6f0b68a..389d2fc 100644
--- a/meson.build
+++ b/meson.build
@@ -12,4 +12,3 @@ backgrounddir = join_paths(datadir, 'backgrounds', 'gnome')
metadatadir = join_paths(datadir, 'gnome-background-properties')
subdir('backgrounds')
-subdir('po')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]