Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Danish Translations #120

Open
32 tasks
TheCodeTraveler opened this issue Jun 19, 2020 · 3 comments
Open
32 tasks

Add Danish Translations #120

TheCodeTraveler opened this issue Jun 19, 2020 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@TheCodeTraveler
Copy link
Owner

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.da.resx
    • In GitTrends.Mobile.Common.csproj, use <DependentUpon> AppStoreRatingRequestConstants.resx </DependentUpon> (Example)
  • Implement DemoUserConstants.da.resx
    • In GitTrends.Mobile.Common.csproj, use <DependentUpon> DemoUserConstants.resx </DependentUpon> (Example)
  • Implement EmptyDataViewConstants.da.resx
    • In GitTrends.Mobile.Common.csproj, use <DependentUpon> EmptyDataViewConstants.resx </DependentUpon> (Example)
  • Implement EmptyDataViewConstantsInternal.da.resx
    • In GitTrends.Mobile.Common.csproj, use <DependentUpon> EmptyDataViewConstantsInternal.resx </DependentUpon> (Example)
  • Implement GitHubLoginButtonConstants.da.resx
    • In GitTrends.Mobile.Common.csproj, use <DependentUpon> GitHubLoginButtonConstants.resx </DependentUpon> (Example)
  • Implement NotificationConstants.da.resx
    • In GitTrends.Mobile.Common.csproj, use <DependentUpon> NotificationConstants.resx </DependentUpon> (Example)
  • Implement OnboardingConstants.da.resx
    • In GitTrends.Mobile.Common.csproj, use <DependentUpon> OnboardingConstants.resx </DependentUpon> (Example)
  • Implement PageTitles.da.resx
    • In GitTrends.Mobile.Common.csproj, use <DependentUpon> PageTitles.resx </DependentUpon> (Example)
  • Implement ReferringSitesPageConstants.da.resx
    • In GitTrends.Mobile.Common.csproj, use <DependentUpon> ReferringSitesPageConstants.resx </DependentUpon> (Example)
  • Implement RepositoryPageConstants.da.resx
    • In GitTrends.Mobile.Common.csproj, use <DependentUpon> RepositoryPageConstants.resx </DependentUpon> (Example)
  • Implement ReviewServiceConstants.da.resx
    • In GitTrends.Mobile.Common.csproj, use <DependentUpon> ReviewServiceConstants.resx </DependentUpon> (Example)
  • Implement SettingsPageConstants.da.resx
    • In GitTrends.Mobile.Common.csproj, use <DependentUpon> SettingsPageConstants.resx </DependentUpon> (Example)
  • Implement SortingConstants.da.resx
    • In GitTrends.Mobile.Common.csproj, use <DependentUpon> SortingConstants.resx </DependentUpon> (Example)
  • Implement SplashScreenPageConstants.da.resx
    • In GitTrends.Mobile.Common.csproj, use <DependentUpon> SplashScreenPageConstants.resx </DependentUpon> (Example)
  • Implement TrendsChartTitleConstants.da.resx
    • In GitTrends.Mobile.Common.csproj, use <DependentUpon> TrendsChartTitleConstants.resx </DependentUpon> (Example)
  • Implement WelcomePageConstants.da.resx
    • In GitTrends.Mobile.Common.csproj, use <DependentUpon> WelcomePageConstants.resx </DependentUpon> (Example)
@TheCodeTraveler TheCodeTraveler added enhancement New feature or request help wanted Extra attention is needed labels Jun 19, 2020
@TheCodeTraveler TheCodeTraveler added this to the v1.2.0 milestone Jun 19, 2020
@jwoeste
Copy link

jwoeste commented Jun 19, 2020

Able (over the weekend) - Currently occupied with a workaround for xamarin/Xamarin.Forms#11101

@TheCodeTraveler TheCodeTraveler added in progress and removed help wanted Extra attention is needed labels Jun 19, 2020
@TheCodeTraveler
Copy link
Owner Author

Thanks so much, Jens!!

@TheCodeTraveler TheCodeTraveler modified the milestones: v1.2.0, v2.0.0 Jul 8, 2020
@TheCodeTraveler
Copy link
Owner Author

Hi @jwoeste!

Are you still able to complete the Danish translations? Appreciate the help!!!

@TheCodeTraveler TheCodeTraveler added help wanted Extra attention is needed and removed in progress labels Dec 9, 2020
@TheCodeTraveler TheCodeTraveler removed this from the v2.0.0 milestone Dec 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants