Skip to content
Discussion options

You must be logged in to vote

trans :zh-tw clique isn't really correct. It needs to be zh-TW rather than zh-tw to return traditional Chinese text intended, because this ISO code is case-sensitive.

Somehow trans defaults :yue to Bing engine, which does not identify "clique" as an English word but as Portuguese. You can either specify the source language en:

$ trans en:yue clique    
clique

小圈子

[ English → 粵語 ]

Or force trans to use the Google engine:

$ trans -e google :yue clique
clique
/klēk/

派系
(paai3hai6)

Translations of clique
[ English → 粵語 ]

clique
    派系, 派系

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@J-Siu
Comment options

Answer selected by J-Siu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants