GitTrends
GitTrends copied to clipboard
Add Greek Translations
GitTrends provides i18n using RESX.
More information on using RESX with Xamarin.Forms can be found here: https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/localization/text
All of the .resx
files can be found in the GitTrends.Mobile.Common.Constants folder:
https://github.com/brminnick/GitTrends/tree/master/GitTrends.Mobile.Common/Constants
ToDo
- [ ] Implement AppStoreRatingRequestConstants.el.resx
- [ ] In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> AppStoreRatingRequestConstants.resx </DependentUpon>
(Example)
- [ ] In
- [ ] Implement DemoUserConstants.el.resx
- [ ] In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> DemoUserConstants.resx </DependentUpon>
(Example)
- [ ] In
- [ ] Implement EmptyDataViewConstants.el.resx
- [ ] In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> EmptyDataViewConstants.resx </DependentUpon>
(Example)
- [ ] In
- [ ] Implement EmptyDataViewConstantsInternal.el.resx
- [ ] In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> EmptyDataViewConstantsInternal.resx </DependentUpon>
(Example)
- [ ] In
- [ ] Implement GitHubLoginButtonConstants.el.resx
- [ ] In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> GitHubLoginButtonConstants.resx </DependentUpon>
(Example)
- [ ] In
- [ ] Implement NotificationConstants.el.resx
- [ ] In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> NotificationConstants.resx </DependentUpon>
(Example)
- [ ] In
- [ ] Implement OnboardingConstants.el.resx
- [ ] In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> OnboardingConstants.resx </DependentUpon>
(Example)
- [ ] In
- [ ] Implement PageTitles.el.resx
- [ ] In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> PageTitles.resx </DependentUpon>
(Example)
- [ ] In
- [ ] Implement ReferringSitesPageConstants.el.resx
- [ ] In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> ReferringSitesPageConstants.resx </DependentUpon>
(Example)
- [ ] In
- [ ] Implement RepositoryPageConstants.el.resx
- [ ] In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> RepositoryPageConstants.resx </DependentUpon>
(Example)
- [ ] In
- [ ] Implement ReviewServiceConstants.el.resx
- [ ] In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> ReviewServiceConstants.resx </DependentUpon>
(Example)
- [ ] In
- [ ] Implement SettingsPageConstants.el.resx
- [ ] In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> SettingsPageConstants.resx </DependentUpon>
(Example)
- [ ] In
- [ ] Implement SortingConstants.el.resx
- [ ] In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> SortingConstants.resx </DependentUpon>
(Example)
- [ ] In
- [ ] Implement SplashScreenPageConstants.el.resx
- [ ] In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> SplashScreenPageConstants.resx </DependentUpon>
(Example)
- [ ] In
- [ ] Implement TrendsChartTitleConstants.el.resx
- [ ] In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> TrendsChartTitleConstants.resx </DependentUpon>
(Example)
- [ ] In
- [ ] Implement WelcomePageConstants.el.resx
- [ ] In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> WelcomePageConstants.resx </DependentUpon>
(Example)
- [ ] In