Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"require": {
"php": ">=7.2",
"winter/wn-backend-module": ">=1.2.8",
"composer/installers": "~1.0"
},
"replace": {
Expand Down
File renamed without changes.
7 changes: 0 additions & 7 deletions controllers/locales/_reorder_toolbar.htm

This file was deleted.

2 changes: 1 addition & 1 deletion controllers/locales/config_list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ list: ~/plugins/winter/translate/models/locale/columns.yaml
modelClass: Winter\Translate\Models\Locale

# List Title
title: winter.translate::lang.locale.title
title: winter.translate::lang.locale.label_plural

# Link URL for each record
# recordUrl: winter/translate/locale/update/:id
Expand Down
File renamed without changes.
9 changes: 0 additions & 9 deletions controllers/locales/reorder.htm

This file was deleted.

File renamed without changes.
File renamed without changes.
26 changes: 0 additions & 26 deletions controllers/messages/export.htm

This file was deleted.

26 changes: 0 additions & 26 deletions controllers/messages/import.htm

This file was deleted.

File renamed without changes.
2 changes: 2 additions & 0 deletions lang/en/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
'component_description' => 'Injects the language alternatives for page as hreflang elements'
],
'locale' => [
'label' => 'Language',
'label_plural' => 'Languages',
'title' => 'Manage languages',
'update_title' => 'Update language',
'create_title' => 'Create language',
Expand Down
2 changes: 2 additions & 0 deletions lang/fr/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
'component_description' => "Injecte les alternatives linguistiques pour la page en tant qu'éléments hreflang"
],
'locale' => [
'label' => 'Langue',
'label_plural' => 'Langues',
'title' => 'Gestion des langues',
'update_title' => 'Mettre à jour la langue',
'create_title' => 'Ajouter une langue',
Expand Down
2 changes: 1 addition & 1 deletion tests/TranslatePluginTestCase.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php namespace Winter\Translate\Tests;

if (class_exists('System\Tests\Bootstrap\PluginTestCase')) {
if (class_exists('\System\Tests\Bootstrap\PluginTestCase')) {
class BaseTestCase extends \System\Tests\Bootstrap\PluginTestCase
{
}
Expand Down
Loading