12345678910111213141516 |
- module.exports = {
- methods: ['__', 'translate'],
- output: 'i18n/fr.po',
- header: {
- 'Project-Id-Version': '0.0.1',
- 'Report-Msgid-Bugs-To':'Yannick Guern',
- 'Last-Translator': 'Yannick Guern',
- 'Language-Team': 'Squad Everywhere',
- 'Language': 'fr_FR',
- 'Plural-Forms': 'nplurals=2; plural=(n != 1);',
- 'MIME-Version': '1.0',
- 'Content-Type': 'text/plain; charset=UTF-8',
- 'Content-Transfer-Encoding': '8bit'
- }
- }
|