l10n: gl
This commit is contained in:
parent
8577eba448
commit
bf99f751bb
6 changed files with 269 additions and 268 deletions
|
@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
|
|||
- Cataloguing: identify video location from Apple QuickTime metadata, and 3GPP `loci` atom
|
||||
- Collection: stack RAW and HEIC with same file names
|
||||
- display home tile in side drawer when customized
|
||||
- Galician translation (thanks rcasl)
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
|
@ -1006,7 +1006,7 @@ class AppLocalizationsEs extends AppLocalizations {
|
|||
String get editEntryLocationDialogLongitude => 'Longitud';
|
||||
|
||||
@override
|
||||
String get editEntryLocationDialogTimeShift => 'Time shift';
|
||||
String get editEntryLocationDialogTimeShift => 'Desplazamiento de tiempo';
|
||||
|
||||
@override
|
||||
String get locationPickerUseThisLocationButton => 'Usar esta ubicación';
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -128,6 +128,7 @@ class Contributors {
|
|||
Contributor('hugoalh', 'hugoalh@users.noreply.hosted.weblate.org'),
|
||||
Contributor('Josep M. Ferrer', 'txemaq@gmail.com'),
|
||||
Contributor('pitroig', 'ona@riseup.net'),
|
||||
Contributor('rcasl', 'rcasl@outlook.com'),
|
||||
// Contributor('Femini', 'nizamismidov4@gmail.com'), // Azerbaijani
|
||||
// Contributor('Alvi Khan', 'aveenalvi@gmail.com'), // Bengali
|
||||
// Contributor('Htet Oo Hlaing', 'htetoh2006@outlook.com'), // Burmese
|
||||
|
@ -135,7 +136,6 @@ class Contributors {
|
|||
// Contributor('Åzze', 'laitinen.jere222@gmail.com'), // Finnish
|
||||
// Contributor('Olli', 'ollinen@ollit.dev'), // Finnish
|
||||
// Contributor('Ricky Tigg', 'ricky.tigg@gmail.com'), // Finnish
|
||||
// Contributor('rcasl', 'rcasl@outlook.com'), // Galician
|
||||
// Contributor('Idj', 'joneltmp+goahn@gmail.com'), // Hebrew
|
||||
// Contributor('Rohit Burman', 'rohitburman31p@rediffmail.com'), // Hindi
|
||||
// Contributor('AJ07', 'ajaykumarmeena676@gmail.com'), // Hindi
|
||||
|
|
|
@ -68,7 +68,6 @@ class AvesApp extends StatefulWidget {
|
|||
'bn', // Bengali
|
||||
'ckb', // Kurdish (Central)
|
||||
'fi', // Finnish
|
||||
'gl', // Galician
|
||||
'he', // Hebrew
|
||||
'hi', // Hindi
|
||||
'kn', // Kannada
|
||||
|
|
|
@ -18,6 +18,7 @@ class SupportedLocales {
|
|||
'eu': 'Euskara',
|
||||
'fa': 'فارسی',
|
||||
'fr': 'Français',
|
||||
'gl': 'Galego',
|
||||
'hu': 'Magyar',
|
||||
'id': 'Bahasa Indonesia',
|
||||
'is': 'Íslenska',
|
||||
|
|
Loading…
Reference in a new issue