From 6f767bf4fc110a351a56521acf39d40887afdfb6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 28 Feb 2022 16:41:57 +0100 Subject: [PATCH] Update config-sample.php --- conf/config-sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config-sample.php b/conf/config-sample.php index 6b64eeb..552efaf 100644 --- a/conf/config-sample.php +++ b/conf/config-sample.php @@ -45,7 +45,7 @@ define('YOURLS_ADMIN_SSL', true); ** Change this setting to use a translation file for your language, instead of the default English. ** That translation file (a .mo file) must be installed in the user/language directory. ** See http://yourls.org/translations for more information */ -define( 'YOURLS_LANG', 'fr_FR' ); +define( 'YOURLS_LANG', '__LANGUAGE__' ); /** Allow multiple short URLs for a same long URL ** Set to true to have only one pair of shortURL/longURL (default YOURLS behavior)