PHPackages                             mkleine/magento-language-routes - 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. mkleine/magento-language-routes

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

mkleine/magento-language-routes
===============================

Allows to translate the default magento routes into other languages

4318110[6 issues](https://github.com/klein0r/magento-language-routes/issues)PHP

Since Mar 18Pushed 10y agoCompare

[ Source](https://github.com/klein0r/magento-language-routes)[ Packagist](https://packagist.org/packages/mkleine/magento-language-routes)[ RSS](/packages/mkleine-magento-language-routes/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Magento Language Routes
=======================

[](#magento-language-routes)

[![Build Status](https://camo.githubusercontent.com/2408675c6f5191a552486c36fa1c525cae787ba78b968ac628f189148c344231/68747470733a2f2f7472617669732d63692e6f72672f6b6c65696e30722f6d6167656e746f2d6c616e67756167652d726f757465732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/klein0r/magento-language-routes) [![Code Climate](https://camo.githubusercontent.com/25d61be31bc1f45a5f1e4e135476cb8d187d89ed670b82884cb097eb07bf814e/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6b6c65696e30722f6d6167656e746f2d6c616e67756167652d726f757465732f6261646765732f6770612e737667)](https://codeclimate.com/github/klein0r/magento-language-routes) [![Latest Stable Version](https://camo.githubusercontent.com/b55eb1d9a83bc31d3760c85f077b5d07de44c2adfe9d11ffe3baa448ba3178a3/68747470733a2f2f706f7365722e707567782e6f72672f6d6b6c65696e652f6d6167656e746f2d6c616e67756167652d726f757465732f762f737461626c65)](https://packagist.org/packages/mkleine/magento-language-routes) [![Total Downloads](https://camo.githubusercontent.com/2bdef9ae3e119fce8ccecddd8386d8e5edb912780afac4c9764ca89f506de1f5/68747470733a2f2f706f7365722e707567782e6f72672f6d6b6c65696e652f6d6167656e746f2d6c616e67756167652d726f757465732f646f776e6c6f616473)](https://packagist.org/packages/mkleine/magento-language-routes) [![Latest Unstable Version](https://camo.githubusercontent.com/15f4e68c3593357ed4f86833ba721c1ecab356fc71ca1194255852202bc39f36/68747470733a2f2f706f7365722e707567782e6f72672f6d6b6c65696e652f6d6167656e746f2d6c616e67756167652d726f757465732f762f756e737461626c65)](https://packagist.org/packages/mkleine/magento-language-routes) [![License](https://camo.githubusercontent.com/f31a2ab7d1a2e4e7df81aa5cc40ad8a2a1b7424a9dff789ee209ead7c1edaddd/68747470733a2f2f706f7365722e707567782e6f72672f6d6b6c65696e652f6d6167656e746f2d6c616e67756167652d726f757465732f6c6963656e7365)](https://packagist.org/packages/mkleine/magento-language-routes)

Features
--------

[](#features)

- Translate all URLs for each store (e.g. /customer/account/create -&gt; /kunde/konto/erstellen)
- Easy translation without development skills by using the backend
- Translate third party extensions out of the box
- Ability to translate URLs to CMS pages, too
- Extension uses the **Magento Cache** to avoid performance issues
- **Manage permissions** for translations by roles
- Old URLs are still working (even if they translated)
- **Inline-Translation of URLs**

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

[](#configuration)

You can enable the translation module for each store in configuration:

- System / Configuration / Web / Url Options / Enable route translation (**default: Yes**)

It is possible to forward the user automatically to the translated URL:

- System / Configuration / Web / Url Options / Forward to translated route (**default: No**)

Usage
-----

[](#usage)

**It is recommended, to install and test this extension in a test environment.**

Example: You want translate "/customer/account/login" to "/kunde/konto/anmelden"

### By using the Backend

[](#by-using-the-backend)

*This is recommended when adding translations in production environments*

1. Go to System / Language Routes
2. Click Add
3. Choose your store
4. Select a route part

- Route: **customer** is the route in this url
- Controller: **account** is the controller
- Action: **login** is the action

5. Enter a translation
6. Save
7. Check the changes in Frontend

### By using inline translation

[](#by-using-inline-translation)

*This is recommended when adding translations in staging / development environments*

1. Go to System / Configuration
2. Open the Developer menu
3. Navigate to "Translate inline"
4. Enabled for Frontend -&gt; Yes
5. Clear caches
6. Open the frontend and translate every url step by step

Screenshots
-----------

[](#screenshots)

[![Backend Grid](/screenshots/Backend-Grid.png)](/screenshots/Backend-Grid.png)

[![Backend Grid](/screenshots/Backend-Form.png)](/screenshots/Backend-Form.png)

[![Backend Grid](/screenshots/Inline-Translation.png)](/screenshots/Inline-Translation.png)

Dev
---

[](#dev)

If you need an url which is not translated, you can add the parameter \_notranslate (set it to true) This is the same behavior, as requesting secure urls by adding \_secure.

This package is also available at [Packagist](https://packagist.org/packages/mkleine/magento-language-routes)

Requirements
------------

[](#requirements)

- PHP &gt;= 5.3.0
- Magento 1.6, 1.7, 1.8, 1.9

Contributors
------------

[](#contributors)

- Matthias Kleine - [Magento Certified Developer](http://www.magentocommerce.com/certification/directory/dev/878053/)

Copyright (c) 2014 Matthias Kleine

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/46b70325c9f99deae551d157b808912a1a617fb4a0efd3ac9df74f532427564f?d=identicon)[klein0r](/maintainers/klein0r)

---

Top Contributors

[![klein0r](https://avatars.githubusercontent.com/u/1959049?v=4)](https://github.com/klein0r "klein0r (36 commits)")[![mzeis](https://avatars.githubusercontent.com/u/371060?v=4)](https://github.com/mzeis "mzeis (2 commits)")[![drAlberT](https://avatars.githubusercontent.com/u/1442700?v=4)](https://github.com/drAlberT "drAlberT (1 commits)")

### Embed Badge

![Health badge](/badges/mkleine-magento-language-routes/health.svg)

```
[![Health](https://phpackages.com/badges/mkleine-magento-language-routes/health.svg)](https://phpackages.com/packages/mkleine-magento-language-routes)
```

###  Alternatives

[smmoosavi/php-gettext

Wrapper for php-gettext by danilo segan. This library provides PHP functions to read MO files even when gettext is not compiled in or when appropriate locale is not present on the system.

1927.0k1](/packages/smmoosavi-php-gettext)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
