Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typos. add a section for assigning new value to reactivity variables with set() #208

Merged
merged 2 commits into from
Dec 5, 2023

Conversation

derekdai
Copy link
Contributor

@derekdai derekdai commented Dec 5, 2023

No description provided.

@Ethosa Ethosa added the documentation Improvements or additions to documentation label Dec 5, 2023
Copy link
Contributor

@Ethosa Ethosa left a comment

Choose a reason for hiding this comment

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

please add following translations to src/ui/translations.nim:

"To specify a new value for reactivity variables, you can use ":
  "ru" -> "Чтобы указать новое значение для реактивных переменных, вы можете использовать "
  "ja" -> "リアクティビティ変数の新しい値を指定するには、"
  "zh" -> "要为响应变量指定新值,可以使用 "
  "fr" -> "Pour spécifier une nouvelle valeur pour les variables réactives, vous pouvez utiliser "
  "ko" -> "반응성 변수에 대한 새로운 값을 지정하려면 "
". For example, you can use ":
  "ru" -> ". Например, вы можете использовать "
  "ja" -> ". たとえば、"
  "zh" -> ". 例如,您可以使用 "
  "fr" -> ". Par exemple, vous pouvez utiliser "
  "ko" -> ". 예를 들어 "
" to replace the entire ":
  "ru" -> " чтобы заменить весь "
  "ja" -> " 全体を置き換えるには "
  "zh" -> " 以替换整个 "
  "fr" -> " pour remplacer l'ensemble du "
  "ko" -> " 전체를 교체하려면 "
" in one go.":
  "ru" -> " за один раз."
  "ja" -> " 全体を一度に置き換えるためには "
  "zh" -> " 。一次性替换整个 "
  "fr" -> " en une seule fois."
  "ko" -> " 를 사용할 수 있습니다."

@Ethosa Ethosa merged commit 84a825b into HapticX:master Dec 5, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants