From 49810b6a4743bc1a1930221517ba61945fcfad82 Mon Sep 17 00:00:00 2001 From: softsimon Date: Fri, 11 Jun 2021 14:54:57 -0500 Subject: [PATCH] Added new i18n strings --- .../api-docs/code-template.component.html | 8 +++---- frontend/src/locale/messages.xlf | 24 +++++++++++++++++++ 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/components/api-docs/code-template.component.html b/frontend/src/app/components/api-docs/code-template.component.html index 5e38839e2..7e413928f 100644 --- a/frontend/src/app/components/api-docs/code-template.component.html +++ b/frontend/src/app/components/api-docs/code-template.component.html @@ -9,14 +9,14 @@ npm package
-
Code Example
+
Code Example
  • CommonJS -
    Code Example
    +
    Code Example
    @@ -26,14 +26,14 @@
  • cURL -
    Code Example
    +
    Code Example
  • -
    Response
    +
    Response
    \ No newline at end of file diff --git a/frontend/src/locale/messages.xlf b/frontend/src/locale/messages.xlf index 58eb24c9b..001c67bef 100644 --- a/frontend/src/locale/messages.xlf +++ b/frontend/src/locale/messages.xlf @@ -2166,6 +2166,30 @@ API Docs install lib + + Code Example + + src/app/components/api-docs/code-template.component.html + 12 + + + src/app/components/api-docs/code-template.component.html + 19 + + + src/app/components/api-docs/code-template.component.html + 29 + + API Docs code example + + + Response + + src/app/components/api-docs/code-template.component.html + 36,37 + + API Docs API response + Asset