csquotes icon indicating copy to clipboard operation
csquotes copied to clipboard

Implementing Turkish quotation mark

Open abdulkerimgok opened this issue 6 years ago • 0 comments

I am working on localization of Turkish language for biblatex (turkish.lbx), but Turkish is not defined in the csquotes package. I defined the style in the localization key file to get the bibliography right for now, but can you implement the following or should I go fork and do this the git way?

\DeclareQuoteStyle[quotes]{turkish}
  {\textquotedblleft}
  {\textquotedblright}
  [0.05em]
  {\textquoteleft}
  {\textquoteright}
\DeclareQuoteStyle[guillemets]{turkish}
  {\guillemotleft}
  {\guillemotright}
  [0.025em]
  {\guilsinglleft}
  {\guilsinglright}

EDIT: DID IT THE GIT WAY!

abdulkerimgok avatar Feb 18 '20 14:02 abdulkerimgok