John Dimeo
John Dimeo
- [ ] Check that digits are present in the same order in the translation. If you are translating "John translated 10 strings in Tolgee" all translations with languages that...
On a related note, I was unable to delete a project whose name had only 3 characters in the UI (the confirm dialog box's confirm button was still grayed out...
Hacktacular workaround that shockingly works: ```java client.sites().bySiteId(ms.getSiteId()).pages().withUrl( client.getRequestAdapter().getBaseUrl() + "/sites/" + ms.getSiteId() + "/pages/0eb44212-1667-41bb-b200-d41689ffddc8/microsoft.graph.sitePage/publish" ).post(new BaseSitePage()); ```
Oh I think this was already basically covered by: https://github.com/tolgee/tolgee-platform/issues/1574
I only ever use API calls to manage our keys. Is there format support in API endpoints? I could hack it somewhat in my client code e.g. "replace ${ with...
In our case, no, we can't use import and export (not easily). We have very complicated business rules and are also copying keys between projects. We are continually syncing Tolgee...
Well we use tons of endpoints since we use an access token and the full API with a generated client from the spec. But the key one is: https://tolgee.io/api/create-or-update-translations
Please don't close this yet! It's hopefully a low effort item that will add significant usability and data quality help to our translators
By the way, using the new format feature out of the box even without support for `${` has already dramatically reduced translators disrupting our syntax during translation!
Seems related to #1334 though not exactly the same thing