Skip to content

Instantly share code, notes, and snippets.

@lianglee
Created October 1, 2020 17:39
Show Gist options
  • Save lianglee/c4a78f26c2477c45430a23da714002a7 to your computer and use it in GitHub Desktop.
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
<?php
/**
* Open Source Social Network
*
* @packageOpen Source Social Network
* @author Open Social Website Core Team <info@informatikon.com>
* @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