-
### Description
建议增加OCR文字识别后快捷调用浏览器搜索引擎(谷歌、百度)选项
### Application Scenario
方便快捷搜索关键字
### References
_No response_
-
I have translations that are namespaced, i.e.
```typescript
const { t } = useTranslation(["shared", "thisFeature"]);
const errorTitle = t("shared:error.defaultTitle");
const pageTitle = t("thisF…
-
**Describe the bug**
![image](https://github.com/lokalise/i18n-ally/assets/17372417/9d57d652-b0fb-464d-900c-a02fdbfcd04b)
vs
![image](https://github.com/lokalise/i18n-ally/assets/17372417/a925908…
-
**Describe the bug**
Extracted keys include extra symbols at the front when nsSeparator is set to more then 1 symbol.
**How to reproduce**
Set nsSeparator to more then 1 symbol, like double colo…
-
**FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory**
I have a pretty simple form component.
When importing `makeZodI18nMap` I'm getting the …
-
## 🚀 Feature Proposal
Allow the scanner to automatically detect and generate the namespaces automatically, without needing to specify them in the `ns` option.
## Motivation
I have a (react-na…
-
## 🐛 Bug Report
In my app we use some dynamically loaded translation files where the namespace is not in `serverSideTranslations` and instead we use the `ready` flag (from `useTranslation`) to de…
-
Hi,
In order to change the location and maintain the app state and the current path (Change language while staying on the same route). I ran into this issue: next Router changes the local, but nex…
-
I suggest you my whole component : Editable
I think we will need to make some adjustments like using Typescript.
Here is the entire code :
Editable.js
```jsx
import React, { Fragment, useSt…
-
In react-i18next, the default namespace can be either the namespace defined during init, or the first namespace of the array in the arguments (`withTranslation([namespace1, namespace2])` or `useTransl…