Skip to content

Commit

Permalink
Merge pull request #86 from syamsoul/patch/vietnam-flag
Browse files Browse the repository at this point in the history
Vietnam Language
  • Loading branch information
i7eo authored Oct 30, 2023
2 parents b6e739b + ea7da0f commit b2d029f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/constants/src/web/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const GOOGLE_TRANSLATE_SELECT_LANGUAGES_CODES = [
'ko',
'lt',
'ms',
'vi',
'no',
'pl',
'pt',
Expand Down Expand Up @@ -233,10 +234,16 @@ export const GOOGLE_TRANSLATE_SELECT_LANGUAGES: Language[] = [
},
{
code: 'ms',
name: 'Malay',
name: 'Melayu',
cname: '马来西亚语',
ename: 'Malay',
},
{
code: 'vi',
name: 'Tiếng Việt',
cname: '越南语',
ename: 'Vietnamese',
},
{
code: 'no',
name: 'norsk',
Expand Down
9 changes: 9 additions & 0 deletions packages/theme-chalk/src/google-translate-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,15 @@
background-size: cover;
}

&__vi {
// width: 35px;
// height: 35px;
width: 100%;
height: 100%;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAApB0NrAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAYZQTFRFAAAA7aCv53eM5GF55Ft05WZ96HyQ77XA7aKw4EJf2QYs2AAn2g0z41hx77K+7q673B5B2AIo4DtZ8cXO5WR72AQq2gwx6pCh4UVi5Wd/4EBd2AEo6H+T6HmN77XB2AMp2xY64Cwt6H2R8L7I2AIp3R0r9qc92Qgu5GB46Fkz/9lE3Rwr65Ok2xM49J88/9pE6WE04kpm8svU2xEp/MtC9J083CBC7ae12w8p8IQ5/cxC/c5D/9hE62o12QMn65Wl2QQo/dFD+8VB5EQw2AMq/9/f65Ch3ygs+r5A85g73Ror78/f7Jys6Fcz/tRD3h8r2Qct77TA8Y065k8y2hM3////2QYo/c1C/9dE8Ic54jUu96w+85U73jJR3SpL4jYu2xMp74I4/MhC3R4r5Wh/65Ki51Uz3yYs2AIn5Ugx40Aw8LrF2hA02QUo3i1N53KI3CFD8crS3SlJ65am77C82xc688zT3zdV2QUr4k9q6YeZ3ixN7q263i9P2hE14D1b53OI8cLLwFjoggAAAIJ0Uk5TAP///////////////////////8v///////////////////////////////////////92////////////////////////CP//////EP///////////wH///////////////////////////////////+D/////2j//////////////xzlY5IAAAFYSURBVHicxdNXV4MwGAbg1G3jbC1acdRZN7ZqVZRa99a699577/3PLQSSDxquvPC9ICcvD8k5EBD6tzgSEpOSU1LtQVq6E5NkZGZxRXYOBsl1ueNJngebI+RbSQGOj9dMCjkEi0WQFPMIxh4HIyWlfIN9zLhgXwYn5QapqARtVTU0fsPUwLa2rh5OG3TTCMsmqRlOA4QERdC1tEpt0ISIadenHZ2yLHdJUndskJUwKQVieoxnIkqvRNLXb3QDg5oZYisPj2hkdIw24rhmJsD2kyqZmmZFlOw1A8ysts4cK+aJWYjSZnFpeWV1TVoP02ZDfz+btNmSlQje3tndo82+bg5oc3ikXo9PTmlzZnyMc7qXPl4YxSX97lfYLnQZhK5tSACcwxsnl9yazvOdn0N8QZNB9/Ho4RFZ4n4yi+cXq1DzGmJCfOP/zAi9ez+E2P3Pr+8fG/Gn/AJdIUIhv+PbwwAAAABJRU5ErkJggg==');
background-size: cover;
}

&__nl {
// width: 35px;
// height: 35px;
Expand Down

1 comment on commit b2d029f

@vercel
Copy link

@vercel vercel bot commented on b2d029f Oct 30, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.