diff --git a/ContactPage.alias.php b/ContactPage.alias.php index 8d4a978..b600b5d 100644 --- a/ContactPage.alias.php +++ b/ContactPage.alias.php @@ -109,6 +109,11 @@ $specialPageAliases['gu'] = array( 'Contact' => array( 'સંપર્ક' ), ); +/** Hawaiian (Hawai`i) */ +$specialPageAliases['haw'] = array( + 'Contact' => array( 'Hoʻokaʻaʻike', 'Hookaaike' ), +); + /** Hebrew (עברית) */ $specialPageAliases['he'] = array( 'Contact' => array( 'יצירת_קשר' ), diff --git a/i18n/arc.json b/i18n/arc.json index afd4d92..ec6321b 100644 --- a/i18n/arc.json +++ b/i18n/arc.json @@ -5,7 +5,5 @@ ] }, "contactpage-subject-and-sender": "$1 (ܡܢ $2)", - "contactpage-fromname": "ܫܡܐ ܕܝܠܟ: *", - "contactpage-fromname-required": "ܫܡܐ ܕܝܠܟ:", - "contactpage-fromaddress-required": "ܒܝܠܕܪܐ ܐܠܩܛܪܘܢܝܐ ܕܝܠܟ:" -} \ No newline at end of file + "contactpage-fromname": "ܫܡܐ ܕܝܠܟ:" +}