mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-22 01:52:02 +00:00
feat(i18n): add support for German and Brazilian Portuguese languages
rename pt to pt-BR for brazilian portuguese
This commit is contained in:
parent
7b71f7971d
commit
c9b9fe4ee8
app
Config
Language
modules
Admin/Language
.rsync-filter
pt-BR
Admin.phpBreadcrumb.phpCharts.phpCommon.phpContributor.phpCountries.phpEpisode.phpEpisodeNavigation.phpFediverse.phpHome.phpInstall.phpMyAccount.phpNavigation.phpPage.phpPager.phpPerson.phpPlatforms.phpPodcast.phpPodcastImport.phpPodcastNavigation.phpSettings.phpSoundbite.phpUser.phpValidation.phpVideoClip.php
Install/Language
@ -101,7 +101,7 @@ class App extends BaseConfig
|
||||
*
|
||||
* @var string[]
|
||||
*/
|
||||
public array $supportedLocales = ['en', 'fr', 'pl'];
|
||||
public array $supportedLocales = ['en', 'fr', 'pl', 'de', 'pt-BR'];
|
||||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
|
@ -1,4 +1,6 @@
|
||||
+ en/***
|
||||
+ fr/***
|
||||
+ pl/***
|
||||
+ de/***
|
||||
+ pt-BR/***
|
||||
- **
|
||||
|
@ -1,4 +1,6 @@
|
||||
+ en/***
|
||||
+ fr/***
|
||||
+ pl/***
|
||||
+ de/***
|
||||
+ pt-BR/***
|
||||
- **
|
||||
|
0
modules/Admin/Language/pt/EpisodeNavigation.php → modules/Admin/Language/pt-BR/EpisodeNavigation.php
0
modules/Admin/Language/pt/EpisodeNavigation.php → modules/Admin/Language/pt-BR/EpisodeNavigation.php
0
modules/Admin/Language/pt/PodcastNavigation.php → modules/Admin/Language/pt-BR/PodcastNavigation.php
0
modules/Admin/Language/pt/PodcastNavigation.php → modules/Admin/Language/pt-BR/PodcastNavigation.php
@ -1,4 +1,6 @@
|
||||
+ en/***
|
||||
+ fr/***
|
||||
+ pl/***
|
||||
+ de/***
|
||||
+ pt-BR/***
|
||||
- **
|
||||
|
Loading…
x
Reference in New Issue
Block a user