Skip to main content

Convert between Excel and PO files

Project description

Translating via spreadsheets

Not all translators are comfortable with using PO-editors such as Poedit or translation tools like Transifex. For them this package provides simple tools to convert PO-files to xlsx-files and back again. This also has another benefit: it is possible to include multiple languages in a single spreadsheet, which can be helpful when translating to multiple similar languages at the same time (for example simplified and traditional chinese).

The format for spreadsheets is simple:

  • If any message use a message context the first column will specify the context. If message contexts are not used this column will be skipped.

  • The next (or first) column contains the message id. This is generally the canonical text.

  • A set of columns for any requested comment types (message occurrences, source comments or translator comments).

  • A column with the translated text for each locale. Fuzzy translations are marked in italic.

The first row contains the column headers. ``xls-to-po`` uses these to locale information in the file, so make sure never to change these!

Catalog to spreadshseet

Converting one or more PO-files to an xls file is done with the po-to-xls command:

po-to-xls nl.po

This will create a new file messages.xlsx with the Dutch translations. Multiple PO files can be specified:

po-to-xls -o texts.xlsx zh_CN.po zh_TW.po nl.po

This will generate a texts.xlsx file with all simplified Chinese, traditional Chinese and Dutch translations.

po-to-xls will guess the locale for a PO file by looking at the Language key in the file metadata, falling back to the filename of no language informatino is specified. You can override this by explicitly specifying the locale on the commandline. For example:

po-to-xs nl:locales/nl/LC_MESSAGES/mydomain.po

This will read locales/nl/LC_MESSAGES/mydomain.po and treat it as Dutch (nl locale).

Spreadshseet to catalog

Translations can be converted back from a spreadsheet into a PO-file using the xls-to-po command:

xls-to-po nl texts.xlsx nl.po

This will take the Dutch (nl) translations from texts.xls, and (re)create a nl.po file using those. You can merge those into an existing po-file using a tool like gettext’s msgmerge.

Changelog

1.0.0 - 15 March 2015

  • Split po-excel conversion tools out from lingua.

  • Simplify CLI interfaces.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

poxls-1.0.0.tar.gz (5.8 kB view details)

Uploaded Source

File details

Details for the file poxls-1.0.0.tar.gz.

File metadata

  • Download URL: poxls-1.0.0.tar.gz
  • Upload date:
  • Size: 5.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for poxls-1.0.0.tar.gz
Algorithm Hash digest
SHA256 c9fd4e5e602c6ca1f771dadf264d46111f8cb18244f46974c89edd7e15d7ae04
MD5 8753eb00cc68aa271a5e12907ac5d1d6
BLAKE2b-256 79b7330510bbab26aabce2e4d28d151d5afa1d3644692903857b79b0fdcb1306

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page