Skip to content

Commit

Permalink
Merge pull request #12485 from bbc/454-data-saving-translation
Browse files Browse the repository at this point in the history
WORLDSERVICE-408  Lite site text CTA Gahuza service Translations
  • Loading branch information
Louis-Matsika authored Mar 11, 2025
2 parents 94e3407 + c6ae74e commit 0f35d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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

0 comments on commit 0f35d5b

Please sign in to comment.