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

[PrettyPrinter] New Annotations format #161

Open
mistermboy opened this issue Aug 4, 2020 · 0 comments
Open

[PrettyPrinter] New Annotations format #161

mistermboy opened this issue Aug 4, 2020 · 0 comments
Assignees
Labels
difficulty-medium medium difficulty enhancement New feature or request priority-low low priority

Comments

@mistermboy
Copy link
Member

mistermboy commented Aug 4, 2020

Before:

<മലയാളം-ലെക്സീം> {
  ഡിസി:language [ വിക്കിഡാറ്റ:Q36236 ]//ആർഡിഎഫ്:label "ഭാഷ"//ആർഡിഎഫ്:comment "ലെക്സീമിന്റെ ഭാഷ മലയാളമായിരിക്കണം." ;
  വികിബെസ്:lemma [ @ml ]  // ആർഡിഎഫ്:label "ലെമ്മ" // ആർഡിഎഫ്:comment "ലെമ്മ മലയാളമായിരിക്കണം." ;
 }

After:

<മലയാളം-ലെക്സീം> {

  ഡിസി:language [ വിക്കിഡാറ്റ:Q36236 ]
    // ആർഡിഎഫ്:label "ഭാഷ"
    // ആർഡിഎഫ്:comment "ലെക്സീമിന്റെ ഭാഷ മലയാളമായിരിക്കണം." ;

  വികിബെസ്:lemma [ @ml ]
    // ആർഡിഎഫ്:label "ലെമ്മ"
    // ആർഡിഎഫ്:comment "ലെമ്മ മലയാളമായിരിക്കണം." ;

 }
@mistermboy mistermboy added enhancement New feature or request priority-low low priority difficulty-medium medium difficulty labels Aug 4, 2020
@mistermboy mistermboy self-assigned this Aug 4, 2020
@mistermboy mistermboy added this to To do in YASHE- Workflow via automation Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty-medium medium difficulty enhancement New feature or request priority-low low priority
Projects
Development

No branches or pull requests

1 participant