-
Andreas Åkre Solberg authored
Major update to dictionary system. Now using json format. Script provided to download translation files and convert dictionary formats... git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2100 44740490-163a-0410-bde0-09ae8108e29a
Andreas Åkre Solberg authoredMajor update to dictionary system. Now using json format. Script provided to download translation files and convert dictionary formats... git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2100 44740490-163a-0410-bde0-09ae8108e29a
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
translation.php 285 B
<?php
/*
* Configuration
*
* $Id$
*/
$config = array (
'application' => 'simplesamlphp',
'baseurl' => 'https://translation.rnd.feide.no/simplesaml',
'key' => '_e7224d54cda84434e25ef087e5c22c1fa5f6ae87cc',
'secret' => '_0e29f782d295bc9782112981f654f1db58174d19d7',
);
?>