Skip to content

Commit

Permalink
Add missing language mapping to fastfile (#2461)
Browse files Browse the repository at this point in the history
<!-- Thank you for submitting a Pull Request and helping to improve Home
Assistant. Please complete the following sections to help the processing
and review of your changes. Please do not delete anything from this
template. -->

## Summary
<!-- Provide a brief summary of the changes you have made and most
importantly what they aim to achieve -->

## Screenshots
<!-- If this is a user-facing change not in the frontend, please include
screenshots in light and dark mode. -->

## Link to pull request in Documentation repository
<!-- Pull requests that add, change or remove functionality must have a
corresponding pull request in the Companion App Documentation repository
(https://github.com/home-assistant/companion.home-assistant). Please add
the number of this pull request after the "#" -->
Documentation: home-assistant/companion.home-assistant#

## Any other notes
<!-- If there is any other information of note, like if this Pull
Request is part of a bigger change, please include it here. -->
  • Loading branch information
bgoncal authored Nov 28, 2023
1 parent 3ea5cca commit 9130957
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,10 @@ lane :update_strings do
'es' => 'es-ES',
'es-419' => 'es',
# es-MX is missing from the frontend, so we copy es over below
'et' => 'et',
'fi' => 'fi',
'fr' => 'fr',
'he' => 'he',
'hu' => 'hu',
'id' => 'id',
'it' => 'it',
Expand Down

0 comments on commit 9130957

Please sign in to comment.