Skip to content

Commit

Permalink
fix l10n
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Jan 15, 2024
1 parent 0bdf260 commit df583c4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
2 changes: 2 additions & 0 deletions l10n/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import faIR from './fa_IR';
import nbNO from './nb_NO';
import uaUA from './ua_UA';
import csCZ from './cs_CZ';
import svSE from './sv_SE';

export {
esES,
Expand All @@ -34,4 +35,5 @@ export {
nbNO,
uaUA,
csCZ,
svSE,
};
42 changes: 21 additions & 21 deletions l10n/sv_SE.ts
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
export default {
search: {
placeholder: 'Sök...',
},
sort: {
sortAsc: 'Sortera kolumn stigande',
sortDesc: 'Sortera kolumn fallande',
},
pagination: {
previous: 'Föregående',
next: 'Nästa',
navigate: (page, pages) => `Sida ${page} av ${pages}`,
page: (page) => `Sida ${page}`,
showing: 'Visar',
of: 'av',
to: 'till',
results: 'resultat',
},
loading: 'Laddar...',
noRecordsFound: 'Inga matchande poster hittades',
error: 'Ett fel uppstod vid hämtning av data',
};
search: {
placeholder: 'Sök...',
},
sort: {
sortAsc: 'Sortera kolumn stigande',
sortDesc: 'Sortera kolumn fallande',
},
pagination: {
previous: 'Föregående',
next: 'Nästa',
navigate: (page, pages) => `Sida ${page} av ${pages}`,
page: (page) => `Sida ${page}`,
showing: 'Visar',
of: 'av',
to: 'till',
results: 'resultat',
},
loading: 'Laddar...',
noRecordsFound: 'Inga matchande poster hittades',
error: 'Ett fel uppstod vid hämtning av data',
};

0 comments on commit df583c4

Please sign in to comment.