Skip to content

Commit

Permalink
Added Catalan language, Spanish (Spain) language and XXXXX.json file. (
Browse files Browse the repository at this point in the history
…#446)

* Add `ca` and `es-ES` translations by @faltrum and update some english text
* Add a script to compare keys
* Remove 2000 HNS limit text for Finalize with Payment

Co-authored-by: Rithvik Vibhu <rithvikvibhu@gmail.com>
  • Loading branch information
faltrum and rithvikvibhu authored Feb 8, 2022
1 parent eeacd3f commit 94ccf33
Show file tree
Hide file tree
Showing 8 changed files with 1,715 additions and 14 deletions.
6 changes: 0 additions & 6 deletions app/pages/MyDomain/FinalizeWithPaymentModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,6 @@ export class FinalizeWithPaymentModal extends Component {
{t('finalizeWithPaymentWarning1')}
</p>

<p>
<strong>
{t('finalizeWithPaymentWarning2')}
</strong>
</p>

<div className="send__to">
<div className="send__input">
<input
Expand Down
5 changes: 2 additions & 3 deletions app/utils/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ export default translations;

export const languageDropdownItems = [
{ label: 'English (US)', value: 'en-US' },
{ label: 'Español (ES)', value: 'es-ES' },
{ label: 'Català (CAT)', value: 'ca' },
// { label: '中文', value: 'zh' },
{ label: 'Custom JSON', value: 'custom' },
];



Loading

0 comments on commit 94ccf33

Please sign in to comment.