Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for translations (#218)
* Added translation support for articles, sections and categories. Only added to main project, not to net3.5 or mobile. Those projects won't build. * Finishing up translations, but proper category support is missing, so the test won't work. waiting for rebase with fix. * finished translation tests, they all pass now. Missing async support. * Added Async Help Center Translation functions and tests. The section translation test fails becuase I forgot to fix the async section function first. This will pass once that's merged in. * added sideload support to the Async Help Center Get Article function, to support loading translations with the article. Added unit tests for the Sync and Async Get Article with translations.
- Loading branch information