Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 19, 2018 13:43
Show Gist options
  • Save ryantm/3e9e247094f13369303bf230a02f3abe to your computer and use it in GitHub Desktop.
Save ryantm/3e9e247094f13369303bf230a02f3abe to your computer and use it in GitHub Desktop.
/nix/store/h4792zpbkmkj75gzl056h8in9mwg651z-libmateweather-1.20.1
├── include
│   └── libmateweather
│   ├── location-entry.h
│   ├── mateweather-enum-types.h
│   ├── mateweather-location.h
│   ├── mateweather-prefs.h
│   ├── mateweather-timezone.h
│   ├── mateweather-xml.h
│   ├── timezone-menu.h
│   └── weather.h
├── lib
│   ├── libmateweather.la
│   ├── libmateweather.so -> libmateweather.so.1.6.9
│   ├── libmateweather.so.1 -> libmateweather.so.1.6.9
│   ├── libmateweather.so.1.6.9
│   └── pkgconfig
│   └── mateweather.pc
└── share
├── gsettings-schemas
│   └── libmateweather-1.20.1
│   └── glib-2.0
│   └── schemas
│   ├── gschemas.compiled
│   └── org.mate.weather.gschema.xml
├── icons
│   └── mate
│   ├── 16x16
│   │   └── status
│   │   ├── weather-clear-night-000.png
│   │   ├── weather-clear-night-010.png
│   │   ├── weather-clear-night-020.png
│   │   ├── weather-clear-night-030.png
│   │   ├── weather-clear-night-040.png
│   │   ├── weather-clear-night-050.png
│   │   ├── weather-clear-night-060.png
│   │   ├── weather-clear-night-070.png
│   │   ├── weather-clear-night-080.png
│   │   ├── weather-clear-night-090.png
│   │   ├── weather-clear-night-100.png
│   │   ├── weather-clear-night-110.png
│   │   ├── weather-clear-night-120.png
│   │   ├── weather-clear-night-130.png
│   │   ├── weather-clear-night-140.png
│   │   ├── weather-clear-night-150.png
│   │   ├── weather-clear-night-160.png
│   │   ├── weather-clear-night-170.png
│   │   ├── weather-clear-night-190.png
│   │   ├── weather-clear-night-200.png
│   │   ├── weather-clear-night-210.png
│   │   ├── weather-clear-night-220.png
│   │   ├── weather-clear-night-230.png
│   │   ├── weather-clear-night-240.png
│   │   ├── weather-clear-night-250.png
│   │   ├── weather-clear-night-260.png
│   │   ├── weather-clear-night-270.png
│   │   ├── weather-clear-night-280.png
│   │   ├── weather-clear-night-290.png
│   │   ├── weather-clear-night-300.png
│   │   ├── weather-clear-night-310.png
│   │   ├── weather-clear-night-320.png
│   │   ├── weather-clear-night-330.png
│   │   ├── weather-clear-night-340.png
│   │   ├── weather-clear-night-350.png
│   │   ├── weather-few-clouds-night-000.png
│   │   ├── weather-few-clouds-night-010.png
│   │   ├── weather-few-clouds-night-020.png
│   │   ├── weather-few-clouds-night-030.png
│   │   ├── weather-few-clouds-night-040.png
│   │   ├── weather-few-clouds-night-050.png
│   │   ├── weather-few-clouds-night-060.png
│   │   ├── weather-few-clouds-night-070.png
│   │   ├── weather-few-clouds-night-080.png
│   │   ├── weather-few-clouds-night-090.png
│   │   ├── weather-few-clouds-night-100.png
│   │   ├── weather-few-clouds-night-110.png
│   │   ├── weather-few-clouds-night-120.png
│   │   ├── weather-few-clouds-night-130.png
│   │   ├── weather-few-clouds-night-140.png
│   │   ├── weather-few-clouds-night-150.png
│   │   ├── weather-few-clouds-night-160.png
│   │   ├── weather-few-clouds-night-170.png
│   │   ├── weather-few-clouds-night-190.png
│   │   ├── weather-few-clouds-night-200.png
│   │   ├── weather-few-clouds-night-210.png
│   │   ├── weather-few-clouds-night-220.png
│   │   ├── weather-few-clouds-night-230.png
│   │   ├── weather-few-clouds-night-240.png
│   │   ├── weather-few-clouds-night-250.png
│   │   ├── weather-few-clouds-night-260.png
│   │   ├── weather-few-clouds-night-270.png
│   │   ├── weather-few-clouds-night-280.png
│   │   ├── weather-few-clouds-night-290.png
│   │   ├── weather-few-clouds-night-300.png
│   │   ├── weather-few-clouds-night-310.png
│   │   ├── weather-few-clouds-night-320.png
│   │   ├── weather-few-clouds-night-330.png
│   │   ├── weather-few-clouds-night-340.png
│   │   └── weather-few-clouds-night-350.png
│   ├── 22x22
│   │   └── status
│   │   ├── weather-clear-night-000.png
│   │   ├── weather-clear-night-010.png
│   │   ├── weather-clear-night-020.png
│   │   ├── weather-clear-night-030.png
│   │   ├── weather-clear-night-040.png
│   │   ├── weather-clear-night-050.png
│   │   ├── weather-clear-night-060.png
│   │   ├── weather-clear-night-070.png
│   │   ├── weather-clear-night-080.png
│   │   ├── weather-clear-night-090.png
│   │   ├── weather-clear-night-100.png
│   │   ├── weather-clear-night-110.png
│   │   ├── weather-clear-night-120.png
│   │   ├── weather-clear-night-130.png
│   │   ├── weather-clear-night-140.png
│   │   ├── weather-clear-night-150.png
│   │   ├── weather-clear-night-160.png
│   │   ├── weather-clear-night-170.png
│   │   ├── weather-clear-night-190.png
│   │   ├── weather-clear-night-200.png
│   │   ├── weather-clear-night-210.png
│   │   ├── weather-clear-night-220.png
│   │   ├── weather-clear-night-230.png
│   │   ├── weather-clear-night-240.png
│   │   ├── weather-clear-night-250.png
│   │   ├── weather-clear-night-260.png
│   │   ├── weather-clear-night-270.png
│   │   ├── weather-clear-night-280.png
│   │   ├── weather-clear-night-290.png
│   │   ├── weather-clear-night-300.png
│   │   ├── weather-clear-night-310.png
│   │   ├── weather-clear-night-320.png
│   │   ├── weather-clear-night-330.png
│   │   ├── weather-clear-night-340.png
│   │   ├── weather-clear-night-350.png
│   │   ├── weather-few-clouds-night-000.png
│   │   ├── weather-few-clouds-night-010.png
│   │   ├── weather-few-clouds-night-020.png
│   │   ├── weather-few-clouds-night-030.png
│   │   ├── weather-few-clouds-night-040.png
│   │   ├── weather-few-clouds-night-050.png
│   │   ├── weather-few-clouds-night-060.png
│   │   ├── weather-few-clouds-night-070.png
│   │   ├── weather-few-clouds-night-080.png
│   │   ├── weather-few-clouds-night-090.png
│   │   ├── weather-few-clouds-night-100.png
│   │   ├── weather-few-clouds-night-110.png
│   │   ├── weather-few-clouds-night-120.png
│   │   ├── weather-few-clouds-night-130.png
│   │   ├── weather-few-clouds-night-140.png
│   │   ├── weather-few-clouds-night-150.png
│   │   ├── weather-few-clouds-night-160.png
│   │   ├── weather-few-clouds-night-170.png
│   │   ├── weather-few-clouds-night-190.png
│   │   ├── weather-few-clouds-night-200.png
│   │   ├── weather-few-clouds-night-210.png
│   │   ├── weather-few-clouds-night-220.png
│   │   ├── weather-few-clouds-night-230.png
│   │   ├── weather-few-clouds-night-240.png
│   │   ├── weather-few-clouds-night-250.png
│   │   ├── weather-few-clouds-night-260.png
│   │   ├── weather-few-clouds-night-270.png
│   │   ├── weather-few-clouds-night-280.png
│   │   ├── weather-few-clouds-night-290.png
│   │   ├── weather-few-clouds-night-300.png
│   │   ├── weather-few-clouds-night-310.png
│   │   ├── weather-few-clouds-night-320.png
│   │   ├── weather-few-clouds-night-330.png
│   │   ├── weather-few-clouds-night-340.png
│   │   └── weather-few-clouds-night-350.png
│   ├── 24x24
│   │   └── status
│   │   ├── weather-clear-night-000.png
│   │   ├── weather-clear-night-010.png
│   │   ├── weather-clear-night-020.png
│   │   ├── weather-clear-night-030.png
│   │   ├── weather-clear-night-040.png
│   │   ├── weather-clear-night-050.png
│   │   ├── weather-clear-night-060.png
│   │   ├── weather-clear-night-070.png
│   │   ├── weather-clear-night-080.png
│   │   ├── weather-clear-night-090.png
│   │   ├── weather-clear-night-100.png
│   │   ├── weather-clear-night-110.png
│   │   ├── weather-clear-night-120.png
│   │   ├── weather-clear-night-130.png
│   │   ├── weather-clear-night-140.png
│   │   ├── weather-clear-night-150.png
│   │   ├── weather-clear-night-160.png
│   │   ├── weather-clear-night-170.png
│   │   ├── weather-clear-night-190.png
│   │   ├── weather-clear-night-200.png
│   │   ├── weather-clear-night-210.png
│   │   ├── weather-clear-night-220.png
│   │   ├── weather-clear-night-230.png
│   │   ├── weather-clear-night-240.png
│   │   ├── weather-clear-night-250.png
│   │   ├── weather-clear-night-260.png
│   │   ├── weather-clear-night-270.png
│   │   ├── weather-clear-night-280.png
│   │   ├── weather-clear-night-290.png
│   │   ├── weather-clear-night-300.png
│   │   ├── weather-clear-night-310.png
│   │   ├── weather-clear-night-320.png
│   │   ├── weather-clear-night-330.png
│   │   ├── weather-clear-night-340.png
│   │   ├── weather-clear-night-350.png
│   │   ├── weather-few-clouds-night-000.png
│   │   ├── weather-few-clouds-night-010.png
│   │   ├── weather-few-clouds-night-020.png
│   │   ├── weather-few-clouds-night-030.png
│   │   ├── weather-few-clouds-night-040.png
│   │   ├── weather-few-clouds-night-050.png
│   │   ├── weather-few-clouds-night-060.png
│   │   ├── weather-few-clouds-night-070.png
│   │   ├── weather-few-clouds-night-080.png
│   │   ├── weather-few-clouds-night-090.png
│   │   ├── weather-few-clouds-night-100.png
│   │   ├── weather-few-clouds-night-110.png
│   │   ├── weather-few-clouds-night-120.png
│   │   ├── weather-few-clouds-night-130.png
│   │   ├── weather-few-clouds-night-140.png
│   │   ├── weather-few-clouds-night-150.png
│   │   ├── weather-few-clouds-night-160.png
│   │   ├── weather-few-clouds-night-170.png
│   │   ├── weather-few-clouds-night-190.png
│   │   ├── weather-few-clouds-night-200.png
│   │   ├── weather-few-clouds-night-210.png
│   │   ├── weather-few-clouds-night-220.png
│   │   ├── weather-few-clouds-night-230.png
│   │   ├── weather-few-clouds-night-240.png
│   │   ├── weather-few-clouds-night-250.png
│   │   ├── weather-few-clouds-night-260.png
│   │   ├── weather-few-clouds-night-270.png
│   │   ├── weather-few-clouds-night-280.png
│   │   ├── weather-few-clouds-night-290.png
│   │   ├── weather-few-clouds-night-300.png
│   │   ├── weather-few-clouds-night-310.png
│   │   ├── weather-few-clouds-night-320.png
│   │   ├── weather-few-clouds-night-330.png
│   │   ├── weather-few-clouds-night-340.png
│   │   └── weather-few-clouds-night-350.png
│   ├── 32x32
│   │   └── status
│   │   ├── weather-clear-night-000.png
│   │   ├── weather-clear-night-010.png
│   │   ├── weather-clear-night-020.png
│   │   ├── weather-clear-night-030.png
│   │   ├── weather-clear-night-040.png
│   │   ├── weather-clear-night-050.png
│   │   ├── weather-clear-night-060.png
│   │   ├── weather-clear-night-070.png
│   │   ├── weather-clear-night-080.png
│   │   ├── weather-clear-night-090.png
│   │   ├── weather-clear-night-100.png
│   │   ├── weather-clear-night-110.png
│   │   ├── weather-clear-night-120.png
│   │   ├── weather-clear-night-130.png
│   │   ├── weather-clear-night-140.png
│   │   ├── weather-clear-night-150.png
│   │   ├── weather-clear-night-160.png
│   │   ├── weather-clear-night-170.png
│   │   ├── weather-clear-night-190.png
│   │   ├── weather-clear-night-200.png
│   │   ├── weather-clear-night-210.png
│   │   ├── weather-clear-night-220.png
│   │   ├── weather-clear-night-230.png
│   │   ├── weather-clear-night-240.png
│   │   ├── weather-clear-night-250.png
│   │   ├── weather-clear-night-260.png
│   │   ├── weather-clear-night-270.png
│   │   ├── weather-clear-night-280.png
│   │   ├── weather-clear-night-290.png
│   │   ├── weather-clear-night-300.png
│   │   ├── weather-clear-night-310.png
│   │   ├── weather-clear-night-320.png
│   │   ├── weather-clear-night-330.png
│   │   ├── weather-clear-night-340.png
│   │   ├── weather-clear-night-350.png
│   │   ├── weather-few-clouds-night-000.png
│   │   ├── weather-few-clouds-night-010.png
│   │   ├── weather-few-clouds-night-020.png
│   │   ├── weather-few-clouds-night-030.png
│   │   ├── weather-few-clouds-night-040.png
│   │   ├── weather-few-clouds-night-050.png
│   │   ├── weather-few-clouds-night-060.png
│   │   ├── weather-few-clouds-night-070.png
│   │   ├── weather-few-clouds-night-080.png
│   │   ├── weather-few-clouds-night-090.png
│   │   ├── weather-few-clouds-night-100.png
│   │   ├── weather-few-clouds-night-110.png
│   │   ├── weather-few-clouds-night-120.png
│   │   ├── weather-few-clouds-night-130.png
│   │   ├── weather-few-clouds-night-140.png
│   │   ├── weather-few-clouds-night-150.png
│   │   ├── weather-few-clouds-night-160.png
│   │   ├── weather-few-clouds-night-170.png
│   │   ├── weather-few-clouds-night-190.png
│   │   ├── weather-few-clouds-night-200.png
│   │   ├── weather-few-clouds-night-210.png
│   │   ├── weather-few-clouds-night-220.png
│   │   ├── weather-few-clouds-night-230.png
│   │   ├── weather-few-clouds-night-240.png
│   │   ├── weather-few-clouds-night-250.png
│   │   ├── weather-few-clouds-night-260.png
│   │   ├── weather-few-clouds-night-270.png
│   │   ├── weather-few-clouds-night-280.png
│   │   ├── weather-few-clouds-night-290.png
│   │   ├── weather-few-clouds-night-300.png
│   │   ├── weather-few-clouds-night-310.png
│   │   ├── weather-few-clouds-night-320.png
│   │   ├── weather-few-clouds-night-330.png
│   │   ├── weather-few-clouds-night-340.png
│   │   └── weather-few-clouds-night-350.png
│   └── scalable
│   └── status
│   ├── weather-clear-night-000.svg
│   ├── weather-clear-night-010.svg
│   ├── weather-clear-night-020.svg
│   ├── weather-clear-night-030.svg
│   ├── weather-clear-night-040.svg
│   ├── weather-clear-night-050.svg
│   ├── weather-clear-night-060.svg
│   ├── weather-clear-night-070.svg
│   ├── weather-clear-night-080.svg
│   ├── weather-clear-night-090.svg
│   ├── weather-clear-night-100.svg
│   ├── weather-clear-night-110.svg
│   ├── weather-clear-night-120.svg
│   ├── weather-clear-night-130.svg
│   ├── weather-clear-night-140.svg
│   ├── weather-clear-night-150.svg
│   ├── weather-clear-night-160.svg
│   ├── weather-clear-night-170.svg
│   ├── weather-clear-night-190.svg
│   ├── weather-clear-night-200.svg
│   ├── weather-clear-night-210.svg
│   ├── weather-clear-night-220.svg
│   ├── weather-clear-night-230.svg
│   ├── weather-clear-night-240.svg
│   ├── weather-clear-night-250.svg
│   ├── weather-clear-night-260.svg
│   ├── weather-clear-night-270.svg
│   ├── weather-clear-night-280.svg
│   ├── weather-clear-night-290.svg
│   ├── weather-clear-night-300.svg
│   ├── weather-clear-night-310.svg
│   ├── weather-clear-night-320.svg
│   ├── weather-clear-night-330.svg
│   ├── weather-clear-night-340.svg
│   ├── weather-clear-night-350.svg
│   ├── weather-few-clouds-night-000.svg
│   ├── weather-few-clouds-night-010.svg
│   ├── weather-few-clouds-night-020.svg
│   ├── weather-few-clouds-night-030.svg
│   ├── weather-few-clouds-night-040.svg
│   ├── weather-few-clouds-night-050.svg
│   ├── weather-few-clouds-night-060.svg
│   ├── weather-few-clouds-night-070.svg
│   ├── weather-few-clouds-night-080.svg
│   ├── weather-few-clouds-night-090.svg
│   ├── weather-few-clouds-night-100.svg
│   ├── weather-few-clouds-night-110.svg
│   ├── weather-few-clouds-night-120.svg
│   ├── weather-few-clouds-night-130.svg
│   ├── weather-few-clouds-night-140.svg
│   ├── weather-few-clouds-night-150.svg
│   ├── weather-few-clouds-night-160.svg
│   ├── weather-few-clouds-night-170.svg
│   ├── weather-few-clouds-night-190.svg
│   ├── weather-few-clouds-night-200.svg
│   ├── weather-few-clouds-night-210.svg
│   ├── weather-few-clouds-night-220.svg
│   ├── weather-few-clouds-night-230.svg
│   ├── weather-few-clouds-night-240.svg
│   ├── weather-few-clouds-night-250.svg
│   ├── weather-few-clouds-night-260.svg
│   ├── weather-few-clouds-night-270.svg
│   ├── weather-few-clouds-night-280.svg
│   ├── weather-few-clouds-night-290.svg
│   ├── weather-few-clouds-night-300.svg
│   ├── weather-few-clouds-night-310.svg
│   ├── weather-few-clouds-night-320.svg
│   ├── weather-few-clouds-night-330.svg
│   ├── weather-few-clouds-night-340.svg
│   └── weather-few-clouds-night-350.svg
├── libmateweather
│   ├── Locations.ang.xml.gz
│   ├── Locations.ar.xml.gz
│   ├── Locations.ast.xml.gz
│   ├── Locations.as.xml.gz
│   ├── Locations.az.xml.gz
│   ├── Locations.be@latin.xml.gz
│   ├── Locations.be.xml.gz
│   ├── Locations.bg.xml.gz
│   ├── Locations.bn_IN.xml.gz
│   ├── Locations.bn.xml.gz
│   ├── Locations.br.xml.gz
│   ├── Locations.bs.xml.gz
│   ├── Locations.ca@valencia.xml.gz
│   ├── Locations.ca.xml.gz
│   ├── Locations.crh.xml.gz
│   ├── Locations.cs.xml.gz
│   ├── Locations.cy.xml.gz
│   ├── Locations.da.xml.gz
│   ├── Locations.de.xml.gz
│   ├── locations.dtd
│   ├── Locations.dz.xml.gz
│   ├── Locations.el.xml.gz
│   ├── Locations.en_CA.xml.gz
│   ├── Locations.en_GB.xml.gz
│   ├── Locations.en@shaw.xml.gz
│   ├── Locations.eo.xml.gz
│   ├── Locations.es.xml.gz
│   ├── Locations.et.xml.gz
│   ├── Locations.eu.xml.gz
│   ├── Locations.fa.xml.gz
│   ├── Locations.fi.xml.gz
│   ├── Locations.fr.xml.gz
│   ├── Locations.ga.xml.gz
│   ├── Locations.gl.xml.gz
│   ├── Locations.gu.xml.gz
│   ├── Locations.he.xml.gz
│   ├── Locations.hi.xml.gz
│   ├── Locations.hr.xml.gz
│   ├── Locations.hu.xml.gz
│   ├── Locations.id.xml.gz
│   ├── Locations.it.xml.gz
│   ├── Locations.ja.xml.gz
│   ├── Locations.ka.xml.gz
│   ├── Locations.kn.xml.gz
│   ├── Locations.ko.xml.gz
│   ├── Locations.ku.xml.gz
│   ├── Locations.ky.xml.gz
│   ├── Locations.lt.xml.gz
│   ├── Locations.lv.xml.gz
│   ├── Locations.mai.xml.gz
│   ├── Locations.mg.xml.gz
│   ├── Locations.mk.xml.gz
│   ├── Locations.ml.xml.gz
│   ├── Locations.mn.xml.gz
│   ├── Locations.mr.xml.gz
│   ├── Locations.ms.xml.gz
│   ├── Locations.nb.xml.gz
│   ├── Locations.nds.xml.gz
│   ├── Locations.ne.xml.gz
│   ├── Locations.nl.xml.gz
│   ├── Locations.nn.xml.gz
│   ├── Locations.oc.xml.gz
│   ├── Locations.or.xml.gz
│   ├── Locations.pa.xml.gz
│   ├── Locations.pl.xml.gz
│   ├── Locations.pt_BR.xml.gz
│   ├── Locations.pt.xml.gz
│   ├── Locations.ro.xml.gz
│   ├── Locations.ru.xml.gz
│   ├── Locations.rw.xml.gz
│   ├── Locations.si.xml.gz
│   ├── Locations.sk.xml.gz
│   ├── Locations.sl.xml.gz
│   ├── Locations.sq.xml.gz
│   ├── Locations.sr@latin.xml.gz
│   ├── Locations.sr.xml.gz
│   ├── Locations.sv.xml.gz
│   ├── Locations.ta.xml.gz
│   ├── Locations.te.xml.gz
│   ├── Locations.th.xml.gz
│   ├── Locations.tr.xml.gz
│   ├── Locations.uk.xml.gz
│   ├── Locations.vi.xml.gz
│   ├── Locations.xml.gz
│   ├── Locations.zh_CN.xml.gz
│   ├── Locations.zh_HK.xml.gz
│   └── Locations.zh_TW.xml.gz
└── locale
├── af
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── am
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── ar
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── as
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── ast
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── az
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── be
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── bg
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── bn
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── bn_IN
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── br
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── bs
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── ca
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── ca@valencia
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── cmn
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── crh
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── cs
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── cy
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── da
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── de
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── dz
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── el
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── en_AU
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── en_CA
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── en_GB
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── eo
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── es
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── es_AR
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── es_CL
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── es_CO
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── es_CR
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── es_DO
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── es_EC
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── es_ES
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── es_MX
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── es_NI
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── es_PA
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── es_PE
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── es_PR
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── es_SV
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── es_UY
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── es_VE
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── et
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── eu
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── fa
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── fi
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── fr
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── fr_CA
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── frp
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── fur
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── fy
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── ga
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── gl
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── gu
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── ha
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── he
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── hi
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── hr
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── hu
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── hy
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── id
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── ig
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── is
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── it
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── ja
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── jv
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── ka
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── kk
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── kn
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── ko
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── ku
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── ku_IQ
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── ky
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── lt
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── lv
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── mai
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── mg
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── mk
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── ml
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── mn
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── mr
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── ms
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── nb
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── nds
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── ne
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── nl
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── nn
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── nso
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── oc
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── or
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── pa
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── pl
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── ps
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── pt
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── pt_BR
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── ro
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── ru
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── rw
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── si
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── sk
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── sl
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── sq
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── sr
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── sr@latin
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── sv
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── ta
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── te
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── th
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── tr
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── ug
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── uk
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── ur
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── uz
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── vi
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── wa
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── xh
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── yo
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── zh_CN
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── zh_HK
│   └── LC_MESSAGES
│   └── libmateweather.mo
├── zh_TW
│   └── LC_MESSAGES
│   └── libmateweather.mo
└── zu
└── LC_MESSAGES
└── libmateweather.mo
265 directories, 573 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment