PHPackages                             websafe/zf-mod-zfc-user-i18n - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Localization &amp; i18n](/categories/localization)
4. /
5. websafe/zf-mod-zfc-user-i18n

ActiveZf-module[Localization &amp; i18n](/categories/localization)

websafe/zf-mod-zfc-user-i18n
============================

Multi language pack module for the ZF-Commons/ZfcUser module. Currently contains: de\_DE, ja\_JP, pl\_PL translations.

221Shell

Since Feb 27Pushed 12y ago1 watchersCompare

[ Source](https://github.com/websafe/zf-mod-zfc-user-i18n)[ Packagist](https://packagist.org/packages/websafe/zf-mod-zfc-user-i18n)[ RSS](/packages/websafe-zf-mod-zfc-user-i18n/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Update 2014-02-27: Module discontinued.
=======================================

[](#update-2014-02-27-module-discontinued)

pl\_PL, de\_DE, ja\_jP and ru\_RU translations are now merged into [ZF-Commons/ZfcUser](https://github.com/ZF-Commons/ZfcUser "ZfcUser is a user registration and authentication module for Zend Framework 2.") master branch :-)

Translation continues [there](https://github.com/ZF-Commons/ZfcUser).

WebsafeZfModZfcUserI18n
=======================

[](#websafezfmodzfcuseri18n)

[![Build Status](https://camo.githubusercontent.com/103c5d830e43e768d8eb3c375c5b718a1c4f295af52e99f36a75575c60ea565e/68747470733a2f2f7472617669732d63692e6f72672f776562736166652f7a662d6d6f642d7a66632d757365722d6931386e2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/websafe/zf-mod-zfc-user-i18n)

Multi language pack module for the ZF-Commons/ZfcUser module.

Currently contains following languages/locales/translations:

- **[de\_DE](https://github.com/websafe/zf-mod-zfc-user-i18n-de-de "German de_DE translation / language pack module for the ZF-Commons/ZfcUser module.")**: [report an issue with de\_DE](https://github.com/websafe/zf-mod-zfc-user-i18n-de-de/issues/new) | [edit de\_DE.po](https://github.com/websafe/zf-mod-zfc-user-i18n-de-de/edit/master/language/de_DE.po)
- **[ja\_JP](https://github.com/websafe/zf-mod-zfc-user-i18n-ja-jp "Japanese ja_JP translation / language pack module for the ZF-Commons/ZfcUser module.")**: [report an issue with ja\_JP](https://github.com/websafe/zf-mod-zfc-user-i18n-ja-jp/issues/new) | [edit ja\_JP.po](https://github.com/websafe/zf-mod-zfc-user-i18n-ja-jp/edit/master/language/ja_JP.po)
- **[pl\_PL](https://github.com/websafe/zf-mod-zfc-user-i18n-pl-pl "Polish pl_PL translation / language pack module for the ZF-Commons/ZfcUser module.")**: [report an issue with pl\_PL](https://github.com/websafe/zf-mod-zfc-user-i18n-pl-pl/issues/new) | [edit pl\_PL.po](https://github.com/websafe/zf-mod-zfc-user-i18n-pl-pl/edit/master/language/pl_PL.po)

Each translation is located in a separate repository (linked above). This module (WebsafeZfModZfcUserI18n) simply collects all `.po` files from coresponding single-language repositories during the build process.

For details about the build process see this repositories `composer.json` -&gt; `require-dev` and `scripts/build/build.sh`.

---

- [Installation](#installation)
- [Configuration](#configuration)
- [Updating](#updating)
- [Contributing](#contributing)
- [Compiling](#compiling-po-files-to-mo-files)

---

Installation
------------

[](#installation)

Chdir into Your projects root directory (where `composer.json` resides) and run the following command:

```
composer require websafe/zf-mod-zfc-user-i18n:dev-master --prefer-dist
```

Configuration
-------------

[](#configuration)

### Enabling the multi language pack module in Your ZF2 application

[](#enabling-the-multi-language-pack-module-in-your-zf2-application)

In `config/application.conf.php` add `WebsafeZfModZfcUserI18n` after `ZfcUser`:

```
