Skip to content

Commit

Permalink
Add german translation
Browse files Browse the repository at this point in the history
including get »Search and select«
  • Loading branch information
animaux committed Aug 13, 2014
1 parent 255a10a commit 8330359
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/aui.selector.publish.js
Expand Up @@ -79,7 +79,7 @@

// Set placeholder text
selectize = storage[0].selectize;
selectize.$control_input.attr('placeholder', 'Search and select' + ' …');
selectize.$control_input.attr('placeholder', Symphony.Language.get('Search and select') + ' …');

// Make sortable
if(field.is('[data-interface="aui-selector-sortable"]')) {
Expand Down
22 changes: 22 additions & 0 deletions lang/lang.de.php
@@ -0,0 +1,22 @@
<?php

$about = array(
'name' => 'Deutsch',
'author' => array(
'name' => 'Alexander Rutz',
'email' => 'alex@animaux.de',
'website' => 'http://animaux.de'
),
'release-date' => '2014-08-13'
);

$dictionary = array(

'Remove' =>
'entfernen',

'Search and select' =>
'suchen und auswählen'


);

0 comments on commit 8330359

Please sign in to comment.