Changeset 1662
- Timestamp:
- May 23, 2016, 2:30:14 PM (5 years ago)
- Location:
- pyromaths/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pyromaths/trunk/fuentes/data/linux/pyromaths.desktop
r423 r1662 6 6 Comment[fr]=Générateur d'exercices de maths 7 7 Comment[pl]=Generator zadań matematycznych 8 Comment[es]=Generador de ejercicios de matemáticas 9 Comment[qcv]=Generador d'exercicis de matemàtiques 10 Comment[ca_ES@valencia]=Generador d'exercicis de matemàtiques 8 11 Exec=/usr/bin/pyromaths 9 12 Terminal=false -
pyromaths/trunk/fuentes/setup.py
r1588 r1662 71 71 'data/images/whatsthis.png']), 72 72 ('share/pyromaths/templates', glob('data/templates/*.tex')), 73 ('share/ pyromaths/locale/es/LC_MESSAGES', ['data/locale/es/LC_MESSAGES/pyromaths.mo']),74 ('share/ pyromaths/locale/ca_ES@valencia/LC_MESSAGES', ['data/locale/ca_ES@valencia/LC_MESSAGES/pyromaths.mo'])73 ('share/locale/es/LC_MESSAGES', ['data/locale/es/LC_MESSAGES/pyromaths.mo']), 74 ('share/locale/ca_ES@valencia/LC_MESSAGES', ['data/locale/ca_ES@valencia/LC_MESSAGES/pyromaths.mo']) 75 75 # ('share/pyromaths/packages', glob('data/packages/*')) 76 76 ] + \
Note: See TracChangeset
for help on using the changeset viewer.