GitTrends icon indicating copy to clipboard operation
GitTrends copied to clipboard

Add Greek Translations

Open brminnick opened this issue 4 years ago • 0 comments

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)
  • [ ] Implement DemoUserConstants.el.resx
    • [ ] In GitTrends.Mobile.Common.csproj, use <DependentUpon> DemoUserConstants.resx </DependentUpon> (Example)
  • [ ] Implement EmptyDataViewConstants.el.resx
    • [ ] In GitTrends.Mobile.Common.csproj, use <DependentUpon> EmptyDataViewConstants.resx </DependentUpon> (Example)
  • [ ] Implement EmptyDataViewConstantsInternal.el.resx
    • [ ] In GitTrends.Mobile.Common.csproj, use <DependentUpon> EmptyDataViewConstantsInternal.resx </DependentUpon> (Example)
  • [ ] Implement GitHubLoginButtonConstants.el.resx
    • [ ] In GitTrends.Mobile.Common.csproj, use <DependentUpon> GitHubLoginButtonConstants.resx </DependentUpon> (Example)
  • [ ] Implement NotificationConstants.el.resx
    • [ ] In GitTrends.Mobile.Common.csproj, use <DependentUpon> NotificationConstants.resx </DependentUpon> (Example)
  • [ ] Implement OnboardingConstants.el.resx
    • [ ] In GitTrends.Mobile.Common.csproj, use <DependentUpon> OnboardingConstants.resx </DependentUpon> (Example)
  • [ ] Implement PageTitles.el.resx
    • [ ] In GitTrends.Mobile.Common.csproj, use <DependentUpon> PageTitles.resx </DependentUpon> (Example)
  • [ ] Implement ReferringSitesPageConstants.el.resx
    • [ ] In GitTrends.Mobile.Common.csproj, use <DependentUpon> ReferringSitesPageConstants.resx </DependentUpon> (Example)
  • [ ] Implement RepositoryPageConstants.el.resx
    • [ ] In GitTrends.Mobile.Common.csproj, use <DependentUpon> RepositoryPageConstants.resx </DependentUpon> (Example)
  • [ ] Implement ReviewServiceConstants.el.resx
    • [ ] In GitTrends.Mobile.Common.csproj, use <DependentUpon> ReviewServiceConstants.resx </DependentUpon> (Example)
  • [ ] Implement SettingsPageConstants.el.resx
    • [ ] In GitTrends.Mobile.Common.csproj, use <DependentUpon> SettingsPageConstants.resx </DependentUpon> (Example)
  • [ ] Implement SortingConstants.el.resx
    • [ ] In GitTrends.Mobile.Common.csproj, use <DependentUpon> SortingConstants.resx </DependentUpon> (Example)
  • [ ] Implement SplashScreenPageConstants.el.resx
    • [ ] In GitTrends.Mobile.Common.csproj, use <DependentUpon> SplashScreenPageConstants.resx </DependentUpon> (Example)
  • [ ] Implement TrendsChartTitleConstants.el.resx
    • [ ] In GitTrends.Mobile.Common.csproj, use <DependentUpon> TrendsChartTitleConstants.resx </DependentUpon> (Example)
  • [ ] Implement WelcomePageConstants.el.resx
    • [ ] In GitTrends.Mobile.Common.csproj, use <DependentUpon> WelcomePageConstants.resx </DependentUpon> (Example)

brminnick avatar Jun 23 '20 17:06 brminnick