chore: use https links (#2075)

This commit is contained in:
Jonas L 2022-08-25 16:25:54 +02:00 committed by GitHub
parent 85f7c6d89b
commit c28c048bf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 31 additions and 31 deletions

View file

@ -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'),