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

Implementing Turkish quotation mark #39

Open
abdulkerimgok opened this issue Feb 18, 2020 · 0 comments
Open

Implementing Turkish quotation mark #39

abdulkerimgok opened this issue Feb 18, 2020 · 0 comments

Comments

@abdulkerimgok
Copy link
Contributor

abdulkerimgok commented Feb 18, 2020

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant