Created
October 1, 2020 17:39
-
-
Save lianglee/c4a78f26c2477c45430a23da714002a7 to your computer and use it in GitHub Desktop.
Example for components/Birthdays/ossn.nl.php Change string after => into your language
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Open Source Social Network | |
* | |
* @packageOpen Source Social Network | |
* @author Open Social Website Core Team <[email protected]> | |
* @copyright 2014 iNFORMATIKON TECHNOLOGIES | |
* @license General Public Licence http://www.opensource-socialnetwork.org/licence | |
* @link http://www.opensource-socialnetwork.org/licence | |
*/ | |
$nl = array( | |
'birthdays:upcoming' => 'Birthdays upcoming', | |
'birthdays:on' => '%s have birthday on %d', | |
); | |
ossn_register_languages('de', $nl); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment