Skip to content

Commit

Permalink
Merge pull request #142 from helpshift/feature/add-brazilan-portugues…
Browse files Browse the repository at this point in the history
…e-lang-support

Add language code for brazilan portuguese in SDK X, Web Chat, HS widget docs
  • Loading branch information
hs-umang authored Sep 13, 2024
2 parents ffca461 + dd67fa5 commit c682b26
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 30 deletions.
5 changes: 2 additions & 3 deletions docs/helpshift-widget/internationalization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {

</Intro>

Helpshift Widget currently supports 47 languages out-of-the-box (with English as the default).
Helpshift Widget currently supports 48 languages out-of-the-box (with English as the default).

## Supported languages {#supported-languages}

Expand All @@ -40,10 +40,9 @@ Helpshift Widget currently supports 47 languages out-of-the-box (with English as
| Simplified-Chinese | zh-Hans |
| Traditional-Chinese | zh-Hant |
| Hong Kong-Chinese | zh-HK |
| Hong Kong-Chinese (Traditional) | zh-Hant-HK |
| Singapore-Chinese | zh-SG |
| Singapore-Chinese (Traditional) | zh-Hant-SG |
| Portuguese | pt |
| Brazilian-Portuguese | pt-br |
| Korean | ko |
| Japanese | ja |
| Turkish | tr |
Expand Down
5 changes: 2 additions & 3 deletions docs/sdkx-cocos2dx/i18n.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ All the public APIs in the SDK should be called after initializing the SDK via [

</Admonition>

Helpshift SDK X currently supports 47 languages out-of-the-box (with English as the default).
Helpshift SDK X currently supports 48 languages out-of-the-box (with English as the default).

## Supported languages {#supported-languages}

Expand All @@ -31,10 +31,9 @@ Helpshift SDK X currently supports 47 languages out-of-the-box (with English as
| Simplified-Chinese | zh-Hans |
| Traditional-Chinese | zh-Hant |
| Hong Kong-Chinese | zh-HK |
| Hong Kong-Chinese (Traditional) | zh-Hant-HK |
| Singapore-Chinese | zh-SG |
| Singapore-Chinese (Traditional) | zh-Hant-SG |
| Portuguese | pt |
| Brazilian-Portuguese | pt-br |
| Korean | ko |
| Japanese | ja |
| Turkish | tr |
Expand Down
5 changes: 2 additions & 3 deletions docs/sdkx-react-native/i18n.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import SetLanguageDescription from "@site/docs/_partials/_setLanguageAPIDescript

# Going International {#going-international}

Helpshift SDK currently supports 47 languages out of the box (with English as the default).
Helpshift SDK currently supports 48 languages out of the box (with English as the default).

## Supported languages {#supported-languages}

Expand All @@ -38,10 +38,9 @@ Helpshift SDK currently supports 47 languages out of the box (with English as th
| Simplified-Chinese | zh-Hans |
| Traditional-Chinese | zh-Hant |
| Hong Kong-Chinese | zh-HK |
| Hong Kong-Chinese (Traditional) | zh-Hant-HK |
| Singapore-Chinese | zh-SG |
| Singapore-Chinese (Traditional) | zh-Hant-SG |
| Portuguese | pt |
| Brazilian-Portuguese | pt-br |
| Korean | ko |
| Japanese | ja |
| Turkish | tr |
Expand Down
5 changes: 2 additions & 3 deletions docs/sdkx-unity/i18n-android.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ All the public APIs in the SDK should be called after initializing the SDK via [

</Admonition>

Helpshift SDK currently supports 47 languages out-of-the-box (with English as the default).
Helpshift SDK currently supports 48 languages out-of-the-box (with English as the default).

## Supported languages {#supported-languages}

Expand All @@ -44,10 +44,9 @@ Helpshift SDK currently supports 47 languages out-of-the-box (with English as th
| Simplified-Chinese | zh-Hans |
| Traditional-Chinese | zh-Hant |
| Hong Kong-Chinese | zh-HK |
| Hong Kong-Chinese (Traditional) | zh-Hant-HK |
| Singapore-Chinese | zh-SG |
| Singapore-Chinese (Traditional) | zh-Hant-SG |
| Portuguese | pt |
| Brazilian-Portuguese | pt-br |
| Korean | ko |
| Japanese | ja |
| Turkish | tr |
Expand Down
5 changes: 2 additions & 3 deletions docs/sdkx-unity/i18n-ios.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ All the public APIs in the SDK should be called after initializing the SDK via [

</Admonition>

Helpshift SDK currently supports 47 languages out-of-the-box (with English as the default).
Helpshift SDK currently supports 48 languages out-of-the-box (with English as the default).

## Supported languages {#supported-languages}

Expand All @@ -44,10 +44,9 @@ Helpshift SDK currently supports 47 languages out-of-the-box (with English as th
| Simplified-Chinese | zh-Hans |
| Traditional-Chinese | zh-Hant |
| Hong Kong-Chinese | zh-HK |
| Hong Kong-Chinese (Traditional) | zh-Hant-HK |
| Singapore-Chinese | zh-SG |
| Singapore-Chinese (Traditional) | zh-Hant-SG |
| Portuguese | pt |
| Brazilian-Portuguese | pt-br |
| Korean | ko |
| Japanese | ja |
| Turkish | tr |
Expand Down
5 changes: 2 additions & 3 deletions docs/sdkx-unreal/i18n.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import SetLanguageDescription from "@site/docs/_partials/_setLanguageAPIDescript

# Going International {#going-international}

Helpshift SDK currently supports 47 languages out-of-the-box (with English as the default).
Helpshift SDK currently supports 48 languages out-of-the-box (with English as the default).

## Supported languages {#supported-languages}

Expand All @@ -38,10 +38,9 @@ Helpshift SDK currently supports 47 languages out-of-the-box (with English as th
| Simplified-Chinese | zh-Hans |
| Traditional-Chinese | zh-Hant |
| Hong Kong-Chinese | zh-HK |
| Hong Kong-Chinese (Traditional) | zh-Hant-HK |
| Singapore-Chinese | zh-SG |
| Singapore-Chinese (Traditional) | zh-Hant-SG |
| Portuguese | pt |
| Brazilian-Portuguese | pt-br |
| Korean | ko |
| Japanese | ja |
| Turkish | tr |
Expand Down
5 changes: 2 additions & 3 deletions docs/sdkx-xamarin/i18n.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ All the public APIs in the SDK should be called after initializing the SDK via [

</Admonition>

Helpshift SDK X currently supports 47 languages out-of-the-box (with English as the default).
Helpshift SDK X currently supports 48 languages out-of-the-box (with English as the default).

## Supported languages {#supported-languages}

Expand All @@ -34,10 +34,9 @@ Helpshift SDK X currently supports 47 languages out-of-the-box (with English as
| Simplified-Chinese | zh-Hans |
| Traditional-Chinese | zh-Hant |
| Hong Kong-Chinese | zh-HK |
| Hong Kong-Chinese (Traditional) | zh-Hant-HK |
| Singapore-Chinese | zh-SG |
| Singapore-Chinese (Traditional) | zh-Hant-SG |
| Portuguese | pt |
| Brazilian-Portuguese | pt-br |
| Korean | ko |
| Japanese | ja |
| Turkish | tr |
Expand Down
5 changes: 2 additions & 3 deletions docs/sdkx_android/i18n.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ All the public APIs in the SDK should be called after initializing the SDK via [

</Admonition>

Helpshift SDK X currently supports 47 languages out-of-the-box (with English as the default).
Helpshift SDK X currently supports 48 languages out-of-the-box (with English as the default).

## Supported languages {#supported-languages}

Expand All @@ -44,10 +44,9 @@ Helpshift SDK X currently supports 47 languages out-of-the-box (with English as
| Simplified-Chinese | zh-Hans |
| Traditional-Chinese | zh-Hant |
| Hong Kong-Chinese | zh-HK |
| Hong Kong-Chinese (Traditional) | zh-Hant-HK |
| Singapore-Chinese | zh-SG |
| Singapore-Chinese (Traditional) | zh-Hant-SG |
| Portuguese | pt |
| Brazilian-Portuguese | pt-br |
| Korean | ko |
| Japanese | ja |
| Turkish | tr |
Expand Down
5 changes: 2 additions & 3 deletions docs/sdkx_ios/internationalization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ All the public APIs in the SDK should be called after initializing the SDK via [

</Admonition>

Helpshift SDK currently supports 47 languages out-of-the-box (with English as the default).
Helpshift SDK currently supports 48 languages out-of-the-box (with English as the default).

## Supported languages {#supported-languages}

Expand All @@ -48,10 +48,9 @@ Helpshift SDK currently supports 47 languages out-of-the-box (with English as th
| Simplified-Chinese | zh-Hans |
| Traditional-Chinese | zh-Hant |
| Hong Kong-Chinese | zh-HK |
| Hong Kong-Chinese (Traditional) | zh-Hant-HK |
| Singapore-Chinese | zh-SG |
| Singapore-Chinese (Traditional) | zh-Hant-SG |
| Portuguese | pt |
| Brazilian-Portuguese | pt-br |
| Korean | ko |
| Japanese | ja |
| Turkish | tr |
Expand Down
5 changes: 2 additions & 3 deletions docs/web-chat/internationalization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {

</Intro>

Helpshift Web Chat currently supports 47 languages out-of-the-box (with English as the default).
Helpshift Web Chat currently supports 48 languages out-of-the-box (with English as the default).

## Supported languages {#supported-languages}

Expand All @@ -40,10 +40,9 @@ Helpshift Web Chat currently supports 47 languages out-of-the-box (with English
| Simplified-Chinese | zh-Hans |
| Traditional-Chinese | zh-Hant |
| Hong Kong-Chinese | zh-HK |
| Hong Kong-Chinese (Traditional) | zh-Hant-HK |
| Singapore-Chinese | zh-SG |
| Singapore-Chinese (Traditional) | zh-Hant-SG |
| Portuguese | pt |
| Brazilian-Portuguese | pt-br |
| Korean | ko |
| Japanese | ja |
| Turkish | tr |
Expand Down

0 comments on commit c682b26

Please sign in to comment.