mirror of
https://github.com/mue/mue.git
synced 2026-07-21 07:54:13 +02:00
fix(translations): add missing translations
This commit is contained in:
@@ -26,16 +26,16 @@ export default class LanguageSettings extends PureComponent {
|
||||
return;
|
||||
}
|
||||
|
||||
let array = [];
|
||||
const quoteLanguages = [];
|
||||
data.forEach((item) => {
|
||||
array.push({
|
||||
quoteLanguages.push({
|
||||
name: item,
|
||||
value: item
|
||||
});
|
||||
});
|
||||
|
||||
this.setState({
|
||||
quoteLanguages: array
|
||||
quoteLanguages
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import variables from 'modules/variables';
|
||||
import { PureComponent, Fragment } from 'react';
|
||||
import { PureComponent } from 'react';
|
||||
import { Cancel, Add } from '@mui/icons-material';
|
||||
import { TextField } from '@mui/material';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user