File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,15 +70,18 @@ class Language
7070 private $ customFunction ;
7171
7272 /**
73- * A list of languages supported with their names localized, indexed by ISO 639-2 code.
73+ * A list of languages supported with their names localized.
74+ * Indexed by something that mostly resembles ISO 639-1 code,
75+ * with some charming SimpleSAML-specific variants...
76+ * that must remain before 2.0 due to backwards compatibility
7477 *
7578 * @var array
7679 */
7780 private $ language_names = array (
7881 'no ' => 'Bokmål ' , // Norwegian Bokmål
7982 'nn ' => 'Nynorsk ' , // Norwegian Nynorsk
8083 'se ' => 'Sámegiella ' , // Northern Sami
81- 'sam ' => 'Åarjelh-saemien giele ' , // Southern Sami
84+ 'sma ' => 'Åarjelh-saemien giele ' , // Southern Sami
8285 'da ' => 'Dansk ' , // Danish
8386 'en ' => 'English ' ,
8487 'de ' => 'Deutsch ' , // German
You can’t perform that action at this time.
0 commit comments