We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
.resx
GitTrends.Mobile.Common.csproj
<DependentUpon> AppStoreRatingRequestConstants.resx </DependentUpon>
<DependentUpon> DemoUserConstants.resx </DependentUpon>
<DependentUpon> EmptyDataViewConstants.resx </DependentUpon>
<DependentUpon> EmptyDataViewConstantsInternal.resx </DependentUpon>
<DependentUpon> GitHubLoginButtonConstants.resx </DependentUpon>
<DependentUpon> NotificationConstants.resx </DependentUpon>
<DependentUpon> OnboardingConstants.resx </DependentUpon>
<DependentUpon> PageTitles.resx </DependentUpon>
<DependentUpon> ReferringSitesPageConstants.resx </DependentUpon>
<DependentUpon> RepositoryPageConstants.resx </DependentUpon>
<DependentUpon> ReviewServiceConstants.resx </DependentUpon>
<DependentUpon> SettingsPageConstants.resx </DependentUpon>
<DependentUpon> SortingConstants.resx </DependentUpon>
<DependentUpon> SplashScreenPageConstants.resx </DependentUpon>
<DependentUpon> TrendsChartTitleConstants.resx </DependentUpon>
<DependentUpon> WelcomePageConstants.resx </DependentUpon>
The text was updated successfully, but these errors were encountered:
Able (over the weekend) - Currently occupied with a workaround for xamarin/Xamarin.Forms#11101
Sorry, something went wrong.
Thanks so much, Jens!!
Hi @jwoeste!
Are you still able to complete the Swedish translations? Appreciate the help!!!
No branches or pull requests
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: