Add Bosnian Translations
brminnick opened this issue · 2 comments
brminnick commented
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.bs.resx
- In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> AppStoreRatingRequestConstants.resx </DependentUpon>
(Example)
- In
- Implement DemoUserConstants.bs.resx
- In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> DemoUserConstants.resx </DependentUpon>
(Example)
- In
- Implement EmptyDataViewConstants.bs.resx
- In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> EmptyDataViewConstants.resx </DependentUpon>
(Example)
- In
- Implement EmptyDataViewConstantsInternal.bs.resx
- In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> EmptyDataViewConstantsInternal.resx </DependentUpon>
(Example)
- In
- Implement GitHubLoginButtonConstants.bs.resx
- In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> GitHubLoginButtonConstants.resx </DependentUpon>
(Example)
- In
- Implement NotificationConstants.bs.resx
- In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> NotificationConstants.resx </DependentUpon>
(Example)
- In
- Implement OnboardingConstants.bs.resx
- In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> OnboardingConstants.resx </DependentUpon>
(Example)
- In
- Implement PageTitles.bs.resx
- In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> PageTitles.resx </DependentUpon>
(Example)
- In
- Implement ReferringSitesPageConstants.bs.resx
- In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> ReferringSitesPageConstants.resx </DependentUpon>
(Example)
- In
- Implement RepositoryPageConstants.bs.resx
- In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> RepositoryPageConstants.resx </DependentUpon>
(Example)
- In
- Implement ReviewServiceConstants.bs.resx
- In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> ReviewServiceConstants.resx </DependentUpon>
(Example)
- In
- Implement SettingsPageConstants.bs.resx
- In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> SettingsPageConstants.resx </DependentUpon>
(Example)
- In
- Implement SortingConstants.bs.resx
- In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> SortingConstants.resx </DependentUpon>
(Example)
- In
- Implement SplashScreenPageConstants.bs.resx
- In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> SplashScreenPageConstants.resx </DependentUpon>
(Example)
- In
- Implement TrendsChartTitleConstants.bs.resx
- In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> TrendsChartTitleConstants.resx </DependentUpon>
(Example)
- In
- Implement WelcomePageConstants.bs.resx
- In
GitTrends.Mobile.Common.csproj
, use<DependentUpon> WelcomePageConstants.resx </DependentUpon>
(Example)
- In
almirvuk commented
Can I take this one? 😊
brminnick commented
Thanks Almir!!!