mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 11:05:49 +02:00
ENHANCEMENT Making multiform module translatable
This commit is contained in:
parent
a867db5fe8
commit
4da79449f8
0
lang/_manifest_exclude
Normal file
0
lang/_manifest_exclude
Normal file
9
lang/en_US.php
Normal file
9
lang/en_US.php
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
global $lang;
|
||||||
|
|
||||||
|
$lang['en_US']['MultiForm']['SUBMIT'] = 'Submit';
|
||||||
|
$lang['en_US']['MultiForm']['NEXT'] = 'Next';
|
||||||
|
$lang['en_US']['MultiForm']['BACK'] = 'Back';
|
||||||
|
|
||||||
|
?>
|
Loading…
Reference in New Issue
Block a user