Julien b3f50bf6c3 Merge pull request #12 from indetronable/patch-1 ... Add self 2017-06-21 22:22:57 +02:00 indetronable c26f237a0d Add self 2017-06-21 15:23:59 +01:00 Julien 8e73edbeec Merge pull request #11 from entwanne/3.6 ... Working on library/datetime.po 2017-06-19 09:37:41 +02:00 8e1d374d2f Working on library/datetime.po 2017-06-16 17:06:35 +02:00 Julien 9662373235 Merge pull request #10 from entwanne/3.6 ... Complete library/os.po 2017-06-09 15:27:25 +02:00 801e12baf0 Add myself to TRANSLATORS 2017-06-09 00:29:04 +02:00 83cc3389dd Complete library/os.po 2017-06-09 00:28:05 +02:00 Julien 65f32aa1f4 Merge pull request #9 from bfontaine/patch-1 ... Add myself to translators 2017-06-08 22:39:40 +02:00 Baptiste Fontaine 2e3ca3365e Add 'Baptiste Fontaine' to translators 2017-06-08 21:31:46 +02:00 650fc0a207 Stdtypes: 10 more. 2017-06-06 23:45:34 +02:00 1177296be6 Some work on stdtypes. 2017-06-05 21:57:45 +02:00 Julien 4966cd5acc Merge pull request #8 from entwanne/3.6 ... Complete library/re.po 2017-06-02 09:13:51 +02:00 e9c98efcad Add myself to TRANSLATORS. 2017-06-02 01:53:07 +02:00 6895fe02d8 Update TODO. 2017-06-02 01:52:39 +02:00 Julien 8dc01f05cf Merge pull request #7 from ProgVal/patch-1 ... Add myself to translators 2017-06-02 01:39:30 +02:00 1b877b0506 Complete library/re.po 2017-06-01 20:37:36 +02:00 73cfd4b7c5 Working on library/re.po #5 2017-06-01 20:35:50 +02:00 0dddea8282 Working on library/re.po #4 2017-06-01 20:35:50 +02:00 Valentin Lorentz ce15f6e252 Add myself to translators 2017-06-01 20:28:05 +02:00 Julien 37a776a9fe Merge pull request #6 from RobinPetit/3.6 ... Add myself to translators 2017-06-01 11:40:00 +02:00 RobinPetit b19ca14a42 Add myself to translators ... Let's get some CC0 in here! 2017-06-01 11:37:54 +02:00 fffa9fd7b3 Setup Documentation Contribution Agreement. 2017-05-31 22:00:09 +02:00 Julien e5b08557b7 Merge pull request #5 from entwanne/3.6 ... Working on library/re.po 2017-05-31 10:03:36 +02:00 6c52368bc1 Working on library/re.po #3 2017-05-30 18:36:15 +02:00 ae654f084d Working on library/re.po #2 2017-05-30 18:27:46 +02:00 3eeb111be0 Work on stdtypes. 2017-05-28 23:45:20 +02:00 8bd7b42117 Fix a dash. 2017-05-28 17:55:36 +02:00 b646cacef7 tx pull. 2017-05-28 17:52:50 +02:00 aa2df6ce79 Work on stdtypes. 2017-05-27 23:39:44 +02:00 d148ba64d9 FIX: Missing backtick. 2017-05-27 23:13:04 +02:00 429044df5b Review fuzzy strings after pot merge. 2017-05-27 23:11:48 +02:00 c9d3ab5225 Document how I merged pot files. 2017-05-27 23:07:59 +02:00 dcd20adc42 merge pot files. 2017-05-27 23:07:59 +02:00 Julien ad8abbfec4 Merge pull request #4 from entwanne/3.6 ... Complete library/string & add many translations to library/po 2017-05-27 23:06:01 +02:00 4c33153639 Working on library/re.po 2017-05-27 22:49:06 +02:00 3d5892f27c Complete library/string.po 2017-05-27 22:08:52 +02:00 39817a3e09 whatsnew: Copy python versions using poedit (C-b). 2017-05-27 14:32:49 +02:00 c5bf46e78a whatsnew: Automatically replicate issue titles using: ... pofile = polib.pofile('./whatsnew/changelog.po') for entry in pofile: bpo = re.search('bpo-[0-9]+', entry.msgid) if bpo: entry.msgstr = entry.msgid if 'fuzzy' in entry.flags: entry.flags.remove('fuzzy') pofile.save() 2017-05-27 14:31:43 +02:00 4d5679b56b changelog: Automatically copy bug titles in fuzzy strings. 2017-05-27 14:28:40 +02:00 15f004e3e1 Manually reviewing fuzzy in whatsnew/ 2017-05-27 14:26:58 +02:00 13e9d6adab Bulk update s/Issue #[0-9]/bpo-[0-9]/ in whatsnew/changelog.po. ... Done with: pofile = polib.pofile('./whatsnew/changelog.po') for entry in pofile.fuzzy_entries(): bpo = re.search('bpo-[0-9]+', entry.msgid) issue = re.search('Issue #[0-9]+', entry.msgstr) if bpo and issue: bpo = bpo.group(0) issue = issue.group(0) bpo_number = int(bpo.split('-')[1]) issue_number = int(issue.split('#')[1]) if bpo_number == issue_number: entry.msgstr = entry.msgstr.replace(issue, bpo) entry.flags.remove('fuzzy') pofile.save() 2017-05-27 14:22:57 +02:00 ff33607bfd Reviewing fuzzy strings. 2017-05-27 14:17:28 +02:00 2258ed12c4 Proofreading transifex. 2017-05-25 22:53:09 +02:00 4474968850 tx pull 2017-05-25 22:36:09 +02:00 c2cbb33365 Workon on stdtypes. 2017-05-25 16:24:27 +02:00 Julien a6b20b61a1 Merge pull request #3 from entwanne/3.6 ... Add missing translations to library/functions.po 2017-05-25 16:06:38 +02:00 0cc7b2ad84 Add missing translations to library/functions.po 2017-05-25 11:18:40 +02:00 Julien 04c943644e Merge pull request #2 from entwanne/3.6 ... Complete installing section 2017-05-24 23:28:15 +02:00 8a85ecc596 Complete installing section 2017-05-24 23:21:38 +02:00 9eb9f9f99d Transifex pull. 2017-05-24 22:55:30 +02:00