mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 07:44:05 +02:00
locale/translateMe: unused code, allows to...
...translate strings not explicitly available for translation
This commit is contained in:
parent
57a450f878
commit
6c53d351a1
12
application/locale/translateMe.php
Normal file
12
application/locale/translateMe.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
// Dummy strings helping the translation module
|
||||
|
||||
translate('up');
|
||||
translate('down');
|
||||
translate('unreachable');
|
||||
translate('pending');
|
||||
translate('ok');
|
||||
translate('warning');
|
||||
translate('critical');
|
||||
translate('unknown');
|
Loading…
x
Reference in New Issue
Block a user