We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
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: