Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(525)

Issue 189116: Utilities to convert Skype .lang files to .po and back. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 2 months ago by fmil
Modified:
13 years, 2 months ago
Reviewers:
Visibility:
Public.

Description

Utilities to convert Skype .lang files to .po and back. Here are the two scripts, skype2po and po2skype that know how to convert Skype's .lang file to ngettext-compatible .po, and back, respectively. I reimplemented the scripts I used for Skype translation on top of the Translate Toolkit this time. The patch consists of: - the storage implementation - the conversion utilities themselves - unit tests for the whole package, with a decent coverage

Patch Set 1 #

Patch Set 2 : Absorbs skype2po features into prop2po #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -18 lines) Patch
A .gitignore View 1 chunk +5 lines, -0 lines 0 comments Download
M convert/__init__.py View 1 chunk +1 line, -1 line 0 comments Download
M convert/po2prop.py View 2 chunks +5 lines, -4 lines 0 comments Download
M convert/prop2po.py View 3 chunks +8 lines, -5 lines 0 comments Download
M convert/test_po2prop.py View 1 chunk +4 lines, -0 lines 0 comments Download
M storage/__init__.py View 1 chunk +1 line, -1 line 0 comments Download
M storage/properties.py View 3 chunks +3 lines, -6 lines 0 comments Download
M storage/test_properties.py View 1 chunk +1 line, -1 line 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b