All Projects β†’ marek-saji β†’ po-csv

marek-saji / po-csv

Licence: MIT license
Convert gettext PO files from CSV files and merge them back in.

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to po-csv

Active importer
Define importers that load tabular data from spreadsheets or CSV files into any ActiveRecord-like ORM.
Stars: ✭ 333 (+940.63%)
Mutual labels:  csv-files
Csv File Validator
πŸ”§πŸ”¦ Validation of CSV file against user defined schema (returns back object with data and invalid messages)
Stars: ✭ 60 (+87.5%)
Mutual labels:  csv-files
Importexportfree
Improve default Magento 2 Import / Export features - cron jobs, CSV , XML , JSON , Excel , mapping of any format, Google Sheet, data and price modification, improved speed and a lot more!
Stars: ✭ 160 (+400%)
Mutual labels:  csv-files
Filehelpers
The FileHelpers are a free and easy to use .NET library to read/write data from fixed length or delimited records in files, strings or streams
Stars: ✭ 917 (+2765.63%)
Mutual labels:  csv-files
Csvquery
A handy SQL runner to work with CSV files
Stars: ✭ 32 (+0%)
Mutual labels:  csv-files
Csv2db
The CSV to database command line loader
Stars: ✭ 102 (+218.75%)
Mutual labels:  csv-files
Awesomecsv
πŸ•ΆοΈA curated list of awesome tools for dealing with CSV.
Stars: ✭ 305 (+853.13%)
Mutual labels:  csv-files
Test Lists
URL testing lists intended for discovering website censorship
Stars: ✭ 236 (+637.5%)
Mutual labels:  csv-files
Csvquery
Plugin for Notepad++ that treats CSV files as (read only) SQL tables
Stars: ✭ 54 (+68.75%)
Mutual labels:  csv-files
Adaptivetablelayout
Library that makes it possible to read, edit and write CSV files
Stars: ✭ 1,871 (+5746.88%)
Mutual labels:  csv-files
Currencyviewer
Short python framework that dynamically displays and converts the cryptocurrencies in your Kraken wallet into equivalents fiat money.
Stars: ✭ 13 (-59.37%)
Mutual labels:  csv-files
English synonyms antonyms list
List of English synonyms and antonyms parsed from the public domain book of James C. Fernald, 1896
Stars: ✭ 20 (-37.5%)
Mutual labels:  csv-files
Csvimporter
Import CSV files line by line with ease
Stars: ✭ 120 (+275%)
Mutual labels:  csv-files
Csvtomd
πŸ“πŸ“Š Convert your CSV files into Markdown tables.
Stars: ✭ 555 (+1634.38%)
Mutual labels:  csv-files
Intellij Csv Validator
CSV validator, highlighter and formatter plugin for JetBrains Intellij IDEA, PyCharm, WebStorm, ...
Stars: ✭ 198 (+518.75%)
Mutual labels:  csv-files
Csvdedupe
πŸ†” Command line tool for deduplicating CSV files
Stars: ✭ 314 (+881.25%)
Mutual labels:  csv-files
Csvtexteditor
CsvTextEditor is an ElasticTabStop csv editor implemented with AvalonEdit
Stars: ✭ 61 (+90.63%)
Mutual labels:  csv-files
covid-19-usa-by-state
CSV files of COVID-19 total daily confirmed cases and deaths in the USA by state and county. All data from Johns Hopkins & NYT..
Stars: ✭ 35 (+9.38%)
Mutual labels:  csv-files
Quicklook Csv
A QuickLook plugin for CSV files
Stars: ✭ 230 (+618.75%)
Mutual labels:  csv-files
Winmerge
WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle.
Stars: ✭ 2,358 (+7268.75%)
Mutual labels:  csv-files

PO↔CSV

CI Code Climate

Convert GNU gettext PO files from CSV files and merge them back in.

Not many translation agencies are willing to use POEdit and require to send them text to translate as spreadsheet files. This tool extracts data form PO files and stores them in CSV files, which can be opened in Excels, Google Spreadsheets, Calcs, Numbers and whatnot.

But isn't there already csv2po, which does exactly that?

Unfortunately not β€œexactly”. It seems not to support:

  • plural forms,
  • notes to translators.

Usage

node index.js file.po > untranslated.csv

Then send untranslated.csv for translation and ask to change only columns starting with β€œmsgstr”. When you get your CSV beautifully translated do:

node index.js file.po translated.csv > translated.po
cp translated.po file.po

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].