Questions tagged [po]

PO files serve as the standard file format for GNU gettext translation documents.

Extract Angular-gettext annotations from a .cshtml file

I am utilizing Angular-gettext to extract strings from .html and .js files for multi-language translation via my Gruntfile.js: grunt.initConfig({ nggettext_extract: { pot: { files: { 'po/template.pot': ['**/*.html', '**/*.csh ...

An innovative solution for generating a .po file for translation purposes directly from a basic HTML file

Currently, I am utilizing the resources available at to translate a static website that is hosted on github gh-pages. I am curious if there are any specific tools that can assist me in extracting content from HTML files such as index.html and generating ...