Skip to content

Fork that allows conversion of language PAK files to Gettext PO and from PO to PAK

Notifications You must be signed in to change notification settings

An-dz/ChromiumPoPak

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chromium Language PAK

Fork that allows conversion of language PAK files to Gettext PO and from PO to PAK

From PAK to Gettext PO or POT

Call unpack.py with directory as a po or pot file. Examples:

python unpack.py en-US.pak en-US.po creates a PO file python unpack.py en-US.pak en-US.pot creates a POT file

From Gettext PO to PAK

Simply call pack.py with directory as a po file. Example: python pack.py en-US.po

About

Fork that allows conversion of language PAK files to Gettext PO and from PO to PAK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%