Commit 6ab5968 1 parent 715291f commit 6ab5968 Copy full SHA for 6ab5968
File tree 1 file changed +4
-4
lines changed
src/components/TranslationsModal
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,17 +42,17 @@ export const TranslationsModal: React.FC =
42
42
...langs ,
43
43
] ;
44
44
45
- // '@' is HTML escaped code for '@', which breaks table otherwise.
46
- // Why '@' instead of '@'?
47
- // Because getCyrillic transforms it into '&цоммат;'
45
+ // '@' is HTML escaped code for '@', which breaks table otherwise.
46
+ // Why '@' instead of '@'?
47
+ // Because getCyrillic transforms it into '&цоммат;'
48
48
item . raw = item . raw . map ( ( item ) => ( item . replace ( / @ / g, '@' ) ) ) ;
49
49
50
50
const translates = item . raw . filter ( ( _ , i ) => ( allLangs . includes ( validFields [ i ] ) ) ) ;
51
51
const tableData = allLangs . reduce ( ( arr , lang , i ) => {
52
52
if ( lang === 'isv' ) {
53
53
return [
54
54
[
55
- `{${ t ( 'isvEtymologicLatinLang' ) } . }[B]@ts;b;sw=130px;nowrap` ,
55
+ `{${ t ( 'isvEtymologicLatinLang' ) } }[B]@ts;b;sw=130px;nowrap` ,
56
56
`${ getLatin ( translates [ i ] , '2' ) } @ts` ,
57
57
] ,
58
58
[
You can’t perform that action at this time.
0 commit comments