Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Merge PR #104 from branch 'samsonasik/hotfix/rem-lang-files'
Browse files Browse the repository at this point in the history
* hotfix/rem-lang-files:
  #104 changelog
  remove $this->translate() call in view
  hotfix : remove unused language files
  • Loading branch information
samsonasik committed Feb 10, 2015
2 parents ed3bd88 + 0c00775 commit cf1351a
Show file tree
Hide file tree
Showing 44 changed files with 31 additions and 3,212 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
Development
-----------

### Added
- [105: add BarcodeObjectPluginManagerFactory test](https://github.com/sitrunlab/LearnZF2/pull/105)

### Fixes

- [100: Fixes /sitemapxml error](https://github.com/sitrunlab/LearnZF2/pull/100)
- [103: Apply #92 : restructure test folder](https://github.com/sitrunlab/LearnZF2/pull/103)
- [105: add BarcodeObjectPluginManagerFactory test](https://github.com/sitrunlab/LearnZF2/pull/105)
- [104: hotfix : remove unused language files](https://github.com/sitrunlab/LearnZF2/pull/104)

## 0.1.0 - 2014-01-22

Expand Down
13 changes: 0 additions & 13 deletions module/Application/config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,6 @@
'factories' => [
'navigation' => 'Zend\Navigation\Service\DefaultNavigationFactory',
],
'aliases' => [
'translator' => 'MvcTranslator',
],
],
'translator' => [
'locale' => 'en_US',
'translation_file_patterns' => [
[
'type' => 'gettext',
'base_dir' => __DIR__.'/../language',
'pattern' => '%s.mo',
],
],
],
'controllers' => [
'factories' => [
Expand Down
Binary file removed module/Application/language/ar_JO.mo
Binary file not shown.
153 changes: 0 additions & 153 deletions module/Application/language/ar_JO.po

This file was deleted.

Binary file removed module/Application/language/ar_SY.mo
Binary file not shown.
184 changes: 0 additions & 184 deletions module/Application/language/ar_SY.po

This file was deleted.

Binary file removed module/Application/language/cs_CZ.mo
Binary file not shown.
Loading

0 comments on commit cf1351a

Please sign in to comment.