jscheffl commented on code in PR #54716:
URL: https://github.com/apache/airflow/pull/54716#discussion_r2289177735


##########
.github/CODEOWNERS:
##########
@@ -42,6 +42,7 @@ airflow-core/src/airflow/ui/public/i18n/locales/ar/ @shahar1 
@hussein-awala # +
 airflow-core/src/airflow/ui/public/i18n/locales/de/ @jscheffl # + @TJaniF 
@m1racoli
 airflow-core/src/airflow/ui/public/i18n/locales/es/ @bbovenzi # + @aoelvp94
 airflow-core/src/airflow/ui/public/i18n/locales/he/ @eladkal @shahar1 
@romsharon98 # +@Dev-iL
+airflow-core/src/airflow/ui/public/i18n/locales/hu/ @jscheffl

Review Comment:
   Unfortunately not. I can be the *Translation sponsor* as committer but I 
would need to have some native speaker support. @majorosdonat would you take 
over the role as *Engaged Translator* following the i18n policy?
   ```suggestion
   airflow-core/src/airflow/ui/public/i18n/locales/hu/ @jscheffl # 
+@majorosdonat
   ```



##########
airflow-core/src/airflow/ui/src/i18n/config.ts:
##########
@@ -28,6 +28,7 @@ export const supportedLanguages = [
   { code: "es", name: "Español" },
   { code: "fr", name: "Français" },
   { code: "he", name: "עברית" },
+  { code: "hu", name: "Hungarian" },

Review Comment:
   This is the local representation of the language... where "Hungarian" is the 
english term, would "Magyar" be correct?
   ```suggestion
     { code: "hu", name: "Magyar" },
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to