Skip to content

nagyad/excel_to_po

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel to PO

This is a simple console command that you can run to generate .po files from an Excel.

Installation

Clone the repo locally and you are good to go.

Excel format

The excel needs to be in the following format:

Context en fr bg etc
Some description (optional) English string FR translation BG translation ...

Command

php index.php [file] [--rows=INT]

For example, you can add the excel file into the a source folder of the repo and run the command:

php index.php source/excel.xlsx

Optionally, you can specify how many rows from the Excel to parse

php index.php source/excel.xlsx --rows=5

The results are dumped into the output folder (which is ignored by git) as individual .po files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%