Skip to content

Conversation

jairoblatt
Copy link

Brazilian Portuguese option

Copy link
Owner

@Armour Armour left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, sorry for the late review, the code looks good! one more thing, we also want to update the lang settings in component/AvatarUpload/index.vue, components/Tinymce/index.vue and components/MarkdownEditor/index.vue, after that I think we are ready to go, thanks!

@jairoblatt jairoblatt requested a review from Armour April 5, 2021 11:11
@@ -45,7 +45,8 @@ export default class extends Vue {
es: 'es-MX',
ja: 'ja',
ko: 'ko',
it: 'it'
it: 'it',
br: 'br'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pt-br

@@ -100,7 +100,8 @@ export default class extends Vue {
es: 'es',
ja: 'ja',
ko: 'ko_KR',
it: 'it'
it: 'it',
br: 'br'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please copy pt_BR file in https://www.tiny.cloud/get-tiny/language-packages/ to the public folder as mentioned above, also change this to pt_BR

@@ -138,6 +138,16 @@ export default class extends Vue {
private content3 = simpleContent
private content4 = simpleContent
private html = ''
// Mapping for local lang to tuiEditor lang
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is moved to component/markdown instead of the demo page here, please remove this and edit it there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants