Skip to content

Commit

Permalink
feat(options): add romance/rm language code
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabauke authored and czosel committed Jul 17, 2024
1 parent 71b8dd7 commit 1b25bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/models/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export const countryOptions = [
"cy",
];

export const languageOptions = { de: 9901, fr: 9903, it: 9904 };
export const languageOptions = { de: 9901, rm: 9902, fr: 9903, it: 9904 };

export const periodOfConstructionOptions = [
8011, 8012, 8013, 8014, 8015, 8016, 8017, 8018, 8019, 8020, 8021, 8022, 8023,
Expand Down

0 comments on commit 1b25bc0

Please sign in to comment.