Skip to content
/ pomo Public

Gettext library to translate with I18n

License

Notifications You must be signed in to change notification settings

LeoColomb/pomo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POMO

Gettext library to translate with i18n

Latest Release

About

Why use it.

Usage

<?php
use POMO\MO;

// Create MO object
$translations = new MO();

// Import MO file
$translations->import_from_file($the_mo_filepath);

// Translate
$translations->translate($text);

Installation

The easiest way to install POMO is via composer.

composer require pomo/pomo
<?php

require 'vendor/autoload.php';

use POMO\MO;

[...]

Requirements

POMO works with PHP 5.3 or above.

License

POMO is licensed under the GPLv2 License.

About

Gettext library to translate with I18n

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published

Contributors 7

Languages