question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add Portuguese (Portugal) Translations

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
jwoestecommented, Jun 19, 2020

Just commented on each.

As stated I will do them over the weekend. Should have listened to you in the first place and not do XAML at all 😉

On 19 Jun 2020, at 23.40, Brandon Minnick notifications@github.com wrote:

@jwoeste https://github.com/jwoeste I went ahead and opened these Feature Requests

🇸🇪 #121 https://github.com/brminnick/GitTrends/issues/121 🇳🇴 #122 https://github.com/brminnick/GitTrends/issues/122 🇩🇰 #120 https://github.com/brminnick/GitTrends/issues/120 If you’re able to work on them, leave a comment on each issue and then I’ll be able to assign them to you! 🙌

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/brminnick/GitTrends/issues/105#issuecomment-646870277, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHMMNXEC3X2BLG622DCF6BTRXPLODANCNFSM4N7BCIRA.

1reaction
jwoestecommented, Jun 18, 2020

Hey Brandon

I can do the scandinavian languages (Danish, Swedish, Norwegian) if needed 😃

(Would be a fun intro to resx as well).

Cheers and kudos for great presentations, a great app and code inspiration!!!

//Jens

On 16 Jun 2020, at 01.42, Brandon Minnick notifications@github.com wrote:

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 https://docs.microsoft.com/xamarin/xamarin-forms/app-fundamentals/localization/text?WT.mc_id=gittrends-github-bramin 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 https://github.com/brminnick/GitTrends/tree/master/GitTrends.Mobile.Common/Constants ToDo

Implement DemoUserConstants.pt.resx Use PublicResXFileCodeGenerator https://stackoverflow.com/a/4274341/5953643 Implement EmptyDataViewConstants.pt.resx Use PublicResXFileCodeGenerator https://stackoverflow.com/a/4274341/5953643 Implement EmptyDataViewConstantsInternal.pt.resx Use ResXFileCodeGenerator https://stackoverflow.com/a/4274341/5953643 Implement GitHubLoginButtonConstants.pt.resx Use PublicResXFileCodeGenerator https://stackoverflow.com/a/4274341/5953643 Implement NotificationConstants.pt.resx Use PublicResXFileCodeGenerator https://stackoverflow.com/a/4274341/5953643 Implement OnboardingConstants.esresx Use PublicResXFileCodeGenerator https://stackoverflow.com/a/4274341/5953643 Implement PageTitles.pt.resx Use PublicResXFileCodeGenerator https://stackoverflow.com/a/4274341/5953643 Implement ReferringSitesPageConstants.pt.resx Use PublicResXFileCodeGenerator https://stackoverflow.com/a/4274341/5953643 Implement RepositoryPageConstants.pt.resx Use PublicResXFileCodeGenerator https://stackoverflow.com/a/4274341/5953643 Implement ReviewServiceConstants.pt.resx Use PublicResXFileCodeGenerator https://stackoverflow.com/a/4274341/5953643 Implement SettingsPageConstants.esresx Use PublicResXFileCodeGenerator https://stackoverflow.com/a/4274341/5953643 Implement SortingConstants.pt.resx Use PublicResXFileCodeGenerator https://stackoverflow.com/a/4274341/5953643 Implement SplashScreenPageConstants.pt.resx Use PublicResXFileCodeGenerator https://stackoverflow.com/a/4274341/5953643 Implement TrendsChartTitleConstants.pt.resx Use PublicResXFileCodeGenerator https://stackoverflow.com/a/4274341/5953643 Implement WelcomePageConstants.pt.resx Use PublicResXFileCodeGenerator https://stackoverflow.com/a/4274341/5953643 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/brminnick/GitTrends/issues/105, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHMMNXBIJPWH44FEAN3ZOX3RW2WXBANCNFSM4N7BCIRA.

Read more comments on GitHub >

github_iconTop Results From Across the Web

English ↔ Portuguese (Portugal) Translator with EXAMPLES
Translator. Translate your text for free. Over 30 languages available, including English, French, Spanish, German, Italian, Portuguese, Chinese and Hindi.
Read more >
Add Portuguese (Portugal) translation · Issue #2322
Hi! We've already added you to the translation project and also the Portuguese (Portugal) language at the languages list.
Read more >
The Best Resources for Translating English to European ...
Translate English to European Portuguese with our guide to online resources for automatic translations. Learn Portuguese the way its spoken in Portugal.
Read more >
Will we wait 200 years for you to add Portuguese from ...
IT WOULD BE GREAT IF YOU GOOGLE ADD PORTUGUESE-PORTUGAL to the translate languages and DEFINE PORTUGUESE-BRAZIL as well. I PERSONALLY spent THOUSAND OF...
Read more >
Portuguese (Portugal) Localization Style Guide
Are you helping with translation into Portuguese (Portugal), but don't have time to study all of the Portuguese (Portugal) Style Guide?
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found