Skip to content

Commit

Permalink
B #6420: Add keymap "ca-es" (#2859)
Browse files Browse the repository at this point in the history
  • Loading branch information
jloboescalona2 authored Dec 4, 2023
1 parent 2b0f530 commit 3de55be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
* See the License for the specific language governing permissions and *
* limitations under the License. *
* ------------------------------------------------------------------------- */
import { string, boolean, ObjectSchema, lazy } from 'yup'
import { ObjectSchema, boolean, lazy, string } from 'yup'

import { HYPERVISORS, INPUT_TYPES, T } from 'client/constants'
import {
Field,
arrayToOptions,
disableFields,
filterFieldsByHypervisor,
getObjectSchemaFromFields,
disableFields,
} from 'client/utils'
import { T, INPUT_TYPES, HYPERVISORS } from 'client/constants'

const { vcenter, lxc, kvm } = HYPERVISORS
const CUSTOM_KEYMAP_VALUE = 'custom'
Expand Down Expand Up @@ -58,6 +58,7 @@ const KEYMAP_VALUES = {
ru: T.Russian,
sl: T.Slovenian,
es: T.SpanishEs,
'ca-es': T.SpanishCatalan,
sv: T.Swedish,
th: T.Thai,
tr: T.Turkish,
Expand Down
1 change: 1 addition & 0 deletions src/fireedge/src/client/constants/translates.js
Original file line number Diff line number Diff line change
Expand Up @@ -1102,6 +1102,7 @@ module.exports = {
Slovenian: 'Slovenian',
SpanishEs: 'Spanish (Spain)',
SpanishLatam: 'Spanish (Latin American)',
SpanishCatalan: 'Spanish (Catalan)',
Swedish: 'Swedish',
Thai: 'Thai',
Turkish: 'Turkish',
Expand Down

0 comments on commit 3de55be

Please sign in to comment.