Closed AlaaDq closed 3 years ago
Example: After adding the missing keys I need translated value to be the same key in en-us
"name" :" " will become "name" :"name" "Good" : " " will become "good" : "good"
And so on.... another case when using $tc('key',3) it better to be extracted as:
"key" :" " will become "key" :"key|keys"
because this will reduce time of adding the translation for English keyword
This PR https://github.com/pixari/vue-i18n-extract/pull/136 will address this.
Discussion around this issue will continue in #136
Improvement : add option to choose the translated value instead of empty string
Example: After adding the missing keys I need translated value to be the same key in en-us
And so on.... another case when using $tc('key',3) it better to be extracted as:
because this will reduce time of adding the translation for English keyword