Skip to content
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

WORLDSERVICE-408 Lite site text CTA Gahuza service Translations #12485

Merged
merged 9 commits into from
Mar 11, 2025
1 change: 1 addition & 0 deletions src/app/lib/config/services/gahuza.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export const service: DefaultServiceConfig = {
'Ibindi vyerekeye ingene urwo rubuga rugutwara uburyo (ama mega) buke',
informationPageLink: 'https://www.bbc.com/gahuza/articles/cn7y7pvem0vo',
dataSaving: 'Ahagusaba uburyo (ama mega) buke',
articleDataSavingLinkText: 'Nyandiko gusa',
},
mediaAssetPage: {
mediaPlayer: 'Ibikinwa',
Expand Down
1 change: 1 addition & 0 deletions src/app/models/types/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export interface Translations {
informationPage: string;
informationPageLink: string;
dataSaving: string;
articleDataSavingLinkText: string;
};
mediaAssetPage: {
mediaPlayer: string;
Expand Down
Loading