aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2021-03-19 13:49:31 +0100
committerfilip <filip.komar@gmail.com>2021-03-19 13:49:31 +0100
commitf297bee43ca82d7e00ae1598e8d2c04234ae9d19 (patch)
treecc8a67a10ab2fe8b953c31caadb4c492918d13f2
parentf2b099dd71965eee17fcd9f6085c175b88ac9bf0 (diff)
downloadwww-f297bee43ca82d7e00ae1598e8d2c04234ae9d19.tar
www-f297bee43ca82d7e00ae1598e8d2c04234ae9d19.tar.gz
www-f297bee43ca82d7e00ae1598e8d2c04234ae9d19.tar.bz2
www-f297bee43ca82d7e00ae1598e8d2c04234ae9d19.tar.xz
www-f297bee43ca82d7e00ae1598e8d2c04234ae9d19.zip
add Slovene as Paypal's new language
-rw-r--r--paypal.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/paypal.inc.php b/paypal.inc.php
index 570b9c2ca..a2f6a2ae5 100644
--- a/paypal.inc.php
+++ b/paypal.inc.php
@@ -1,7 +1,6 @@
<?php
/**
*/
-
/**
*/
function html_paypal_form($lang = 'en')
@@ -14,6 +13,7 @@ function html_paypal_form($lang = 'en')
'it' => 'it_IT',
'nl' => 'nl_NL',
'pl' => 'pl_PL',
+ 'sl' => 'sl_SI',
'zh' => 'zh_CN',
'zh_cn' => 'zh_CN'
);