Skip to content

Commit

Permalink
Merge pull request #27322 from software-mansion-labs/ts-migration/tra…
Browse files Browse the repository at this point in the history
…nslations-follow-up

[No QA][TS migration] Improve translations: keep translations in sync
  • Loading branch information
roryabraham authored Sep 13, 2023
2 parents 1e33428 + f3af4fa commit 2ed276b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ import type {
SetTheRequestParams,
UpdatedTheRequestParams,
RemovedTheRequestParams,
TranslationBase,
} from './types';
import * as ReportActionsUtils from '../libs/ReportActionsUtils';

Expand Down Expand Up @@ -1765,4 +1766,4 @@ export default {
selectSuggestedAddress: 'Please select a suggested address',
},
},
};
} satisfies TranslationBase;

0 comments on commit 2ed276b

Please sign in to comment.