-
-
Notifications
You must be signed in to change notification settings - Fork 135
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 Portuguese (Portugal) Translations #105
Comments
Do you need pt-br or pt-pt translation? There is nuances between these languages... |
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 ***@***.***> 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 <#105>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AHMMNXBIJPWH44FEAN3ZOX3RW2WXBANCNFSM4N7BCIRA>.
|
@vitorsaldiva Do you recommend that we do both? I could open another feature request for pt-BR and edit this one for pt-PT. |
@jwoeste That’d be awesome!! Could you open another issue for each of the other languages? You can copy/paste this issue and just tweak the language. |
@vitorsaldiva I've changed this Issue to focus on Let me know if you have the time to do the translations and I'll assign one (or both) to you! 🤗 |
@jwoeste I went ahead and opened these Feature Requests 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! 🙌 |
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 ***@***.***> wrote:
@jwoeste <https://github.com/jwoeste> I went ahead and opened these Feature Requests
🇸🇪 #121 <#121>
🇳🇴 #122 <#122>
🇩🇰 #120 <#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 <#105 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AHMMNXEC3X2BLG622DCF6BTRXPLODANCNFSM4N7BCIRA>.
|
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
GitTrends.Mobile.Common.csproj
, use<DependentUpon> AppStoreRatingRequestConstants.resx </DependentUpon>
(Example)GitTrends.Mobile.Common.csproj
, use<DependentUpon> DemoUserConstants.resx </DependentUpon>
(Example)GitTrends.Mobile.Common.csproj
, use<DependentUpon> EmptyDataViewConstants.resx </DependentUpon>
(Example)GitTrends.Mobile.Common.csproj
, use<DependentUpon> EmptyDataViewConstantsInternal.resx </DependentUpon>
(Example)GitTrends.Mobile.Common.csproj
, use<DependentUpon> GitHubLoginButtonConstants.resx </DependentUpon>
(Example)GitTrends.Mobile.Common.csproj
, use<DependentUpon> NotificationConstants.resx </DependentUpon>
(Example)GitTrends.Mobile.Common.csproj
, use<DependentUpon> OnboardingConstants.resx </DependentUpon>
(Example)GitTrends.Mobile.Common.csproj
, use<DependentUpon> PageTitles.resx </DependentUpon>
(Example)GitTrends.Mobile.Common.csproj
, use<DependentUpon> ReferringSitesPageConstants.resx </DependentUpon>
(Example)GitTrends.Mobile.Common.csproj
, use<DependentUpon> RepositoryPageConstants.resx </DependentUpon>
(Example)GitTrends.Mobile.Common.csproj
, use<DependentUpon> ReviewServiceConstants.resx </DependentUpon>
(Example)GitTrends.Mobile.Common.csproj
, use<DependentUpon> SettingsPageConstants.resx </DependentUpon>
(Example)GitTrends.Mobile.Common.csproj
, use<DependentUpon> SortingConstants.resx </DependentUpon>
(Example)GitTrends.Mobile.Common.csproj
, use<DependentUpon> SplashScreenPageConstants.resx </DependentUpon>
(Example)GitTrends.Mobile.Common.csproj
, use<DependentUpon> TrendsChartTitleConstants.resx </DependentUpon>
(Example)GitTrends.Mobile.Common.csproj
, use<DependentUpon> WelcomePageConstants.resx </DependentUpon>
(Example)The text was updated successfully, but these errors were encountered: