chore: use https links (#2075)
This commit is contained in:
parent
85f7c6d89b
commit
c28c048bf4
19 changed files with 31 additions and 31 deletions
|
@ -12,12 +12,12 @@ class Application_Common_LocaleHelper
|
|||
public static function getISO6391LanguageCodes()
|
||||
{
|
||||
/*
|
||||
* From: http://www.binarytides.com/php-array-of-iso-639-1-language-codes-and-names/
|
||||
* From: https://www.binarytides.com/php-array-of-iso-639-1-language-codes-and-names/
|
||||
*
|
||||
* ISO 639-1 Language Codes
|
||||
* References :
|
||||
* 1. http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
|
||||
* 2. http://blog.xoundboy.com/?p=235
|
||||
* 1. https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
|
||||
* 2. https://blog.xoundboy.com/?p=235
|
||||
*/
|
||||
return [
|
||||
'en' => _('English'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue