Skip to content

Documentation Translation

Moved NodeBB Development

Suggested Topics


  • 0 Votes
    1 Posts
    8 Views
    iftas@mastodon.iftas.orgI
    We're working to provide a shared vocabulary for the moderator community using the DTSP Trust & Safety Glossary of Terms.While French and Brazilian Portuguese are completed, we still have a long way to go with the other languages so please spread the word and help out if you can: https://crowdin.com/project/dtsp .#Translationhttps://crowdin.com/project/dtsp
  • 0 Votes
    4 Posts
    840 Views
    magnusvhendinM
    @julian Okay, I'll do that. Thanks!
  • 0 Votes
    6 Posts
    817 Views
    julianJ
    @Casey-Chen-Lai You'll want to translate to zh-TW, which is our traditional chinese variant. Don't ask me why it's TW and not HK. zh-TW is available for translation in Transifex, let me know if you run into additional issues
  • Coordinating French translation

    General Discussion
    9
    2 Votes
    9 Posts
    3k Views
    The WormsT
    @julian said in Coordinating French translation: If you run into issues, feel free to open them on Transifex, or detail them here in this topic or in a new topic. It would be good to start a French speaking sub-community if there are enough interested people. it's a good idea to create a French sub-category
  • 0 Votes
    1 Posts
    2k Views
    C
    I am writing a plugin. Can anybody pl. write the code pattern for this requirement of mine... When a logged in user enters some data, the backend should do the following in response: The user sends the data to the NodeBB backend in the following format: { key1: data-value1, key2: data-value2, ... } Get the user id of the user and check if the key1, key2, etc. already exists in the Mongo DB (the user's collection/document) If yes, overwrite the data If not, store the data Tell the client that the action has been taken Actually, it is quite simple if you're writing an app from the scratch. What I am looking for is the pattern/way the NodeBB is currently handling this scenario and I want to code using the same pattern. Thanks

Looks like your connection to NodeBB Community was lost, please wait while we try to reconnect.