Skip to content

Commit

Permalink
feat: add Galician translation
Browse files Browse the repository at this point in the history
  • Loading branch information
balexei committed Nov 14, 2024
1 parent a3e628f commit e2d6d23
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Buses Vigo</string>
<string name="favourites">Favoritos</string>
<string name="nearby">Cerca</string>
<string name="all">Todas</string>
<string name="about">Acerca de</string>
<string name="routes">Líneas</string>
<string name="description_bus_stop_info">Información acerca de la parada</string>
<string name="no_favourites_hint">Las paradas mascadas como favoritas aparecerán aquí.</string>
<string name="no_favourites_hint">Las paradas marcadas como favoritas aparecerán aquí.</string>
<string name="showing_stops_within_radius">Mostrando paradas en un radio de %dm</string>
<string name="lat_lon">LAT: %2$.5f LON: %2$.5f</string>
<string name="data_source_city_council">Fuente de los datos: Ayuntamiento de Vigo</string>
Expand Down
13 changes: 13 additions & 0 deletions app/src/main/res/values-gl/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="favourites">Favoritos</string>
<string name="nearby">Preto</string>
<string name="all">Todas</string>
<string name="about">Acerca de</string>
<string name="routes">Liña</string>
<string name="description_bus_stop_info">Información acerca da parada</string>
<string name="no_favourites_hint">As paradas marcadas como favoritas aparecerán aquí.</string>
<string name="showing_stops_within_radius">Mostrando paradas nun radio de %dm</string>
<string name="lat_lon">LAT: %2$.5f LON: %2$.5f</string>
<string name="data_source_city_council">Fonte de información: Concello de Vigo</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name">Buses Vigo</string>
<string name="app_name" translatable="false">Buses Vigo</string>
<string name="favourites">Favourites</string>
<string name="nearby">Nearby</string>
<string name="all">All</string>
Expand Down

0 comments on commit e2d6d23

Please sign in to comment.