{"id":509,"date":"2021-12-28T02:18:56","date_gmt":"2021-12-28T01:18:56","guid":{"rendered":"https:\/\/www.bellingo.de\/blog\/?p=509"},"modified":"2023-05-12T17:51:40","modified_gmt":"2023-05-12T15:51:40","slug":"devblog-trying-out-unity-localization","status":"publish","type":"post","link":"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/","title":{"rendered":"DevBlog: Trying out Unity Localization"},"content":{"rendered":"\n<p>Almost exactly a year ago I published <a href=\"https:\/\/www.bellingo.de\/blog\/a-quick-survey-of-free-localization-tools\/\">a quick survey about free localization tools<\/a>, comparing those available in the asset store. In the meantime, the guys at Unity have developed and finally published version 1.0 of their own <a href=\"https:\/\/docs.unity.cn\/Packages\/com.unity.localization@1.0\/manual\/index.html\" target=\"_blank\" rel=\"noreferrer noopener\">Localization package<\/a> in September this year. I have decided to give it a try for <a href=\"https:\/\/www.bellingo.de\/blog\/devblog-the-idea-behind-network-traders\/\" target=\"_blank\" rel=\"noreferrer noopener\">Network Traders<\/a>. So here comes an update to my last year&#8217;s survey.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p>First off, I only used free tools for localization so far. I never tried, e.g., <a href=\"https:\/\/assetstore.unity.com\/packages\/tools\/localization\/i2-localization-14884\" target=\"_blank\" rel=\"noreferrer noopener\">I2 Localization<\/a>, which is kind of a reference for Unity developers. And I2 still seems to have a number of features the Unity package does not provide, such as auto-translation or various font manipulation tools. But I am looking at this from a hobbyist&#8217;s perspective, so a basic set of features is sufficient.<\/p>\n\n\n\n<div class='code-block code-block-2' style='margin: 8px 0; clear: both;'>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-5801154588989661\"\n     crossorigin=\"anonymous\"><\/script>\n<!-- Posts Standard -->\n<ins class=\"adsbygoogle\"\n     style=\"display:block\"\n     data-ad-client=\"ca-pub-5801154588989661\"\n     data-ad-slot=\"5874520813\"\n     data-ad-format=\"auto\"\n     data-full-width-responsive=\"true\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script><\/div>\n\n\n\n\n<p>Unity Localization provides a quite extensive number of features. The most important ones are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Localization of assets (such as sprites or audio) and text, including TextMeshPro.<\/li>\n\n\n\n<li>Automatic detection of system locale.<\/li>\n\n\n\n<li>Dynamic text, using variables which can be changed programmatically.<\/li>\n\n\n\n<li>&#8222;<a href=\"https:\/\/docs.unity.cn\/Packages\/com.unity.localization@1.0\/manual\/Smart\/SmartStrings.html\" target=\"_blank\" rel=\"noreferrer noopener\">Smart strings<\/a>&#8222;, which allow for correct pluralization, gender conjugation, and more.<\/li>\n\n\n\n<li>Export to and import from external sources, namely CSV files, Google Sheets and XLIFF.<\/li>\n<\/ul>\n\n\n\n<p>Coming from Unity, it makes use of the addressables system naturally. This means that loading additional language packs during runtime or updating them between versions should be easy. The documentation is extensive, although the <a href=\"https:\/\/docs.unity.cn\/Packages\/com.unity.localization@1.0\/manual\/QuickStartGuideWithVariants.html\" target=\"_blank\" rel=\"noreferrer noopener\">quick start guide<\/a> left some open questions the first time I read it, and I had to dig deeper to understand some key aspects.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Localization Snares<\/h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<p class=\"has-text-align-left\">Another helpful feature is the automatic setup of localization. Each component which can be localized receives a new menu command called &#8222;Localize&#8220;. This command automatically adds the required components for localization. In this case, this would be a LocalizeStringEvent component.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.bellingo.de\/blog\/wp-content\/uploads\/2021\/12\/2021-12-28-Localize-Menu-Entry.png\"><img loading=\"lazy\" decoding=\"async\" width=\"525\" height=\"343\" src=\"https:\/\/www.bellingo.de\/blog\/wp-content\/uploads\/2021\/12\/2021-12-28-Localize-Menu-Entry.png\" alt=\"Localize command for a Text component\" class=\"wp-image-513\" srcset=\"https:\/\/www.bellingo.de\/blog\/wp-content\/uploads\/2021\/12\/2021-12-28-Localize-Menu-Entry.png 525w, https:\/\/www.bellingo.de\/blog\/wp-content\/uploads\/2021\/12\/2021-12-28-Localize-Menu-Entry-300x196.png 300w\" sizes=\"auto, (max-width: 525px) 100vw, 525px\" \/><\/a><\/figure>\n<\/div>\n<\/div>\n\n\n\n<p>If you select &#8222;Track Changes&#8220; in the Localization Scene Controls, the package even keeps track of changing database keys and the like. But be careful here, sometimes the automatic setup seems to be a little overeager. In my first experiments, I ended up with a warning saying &#8222;No translation found for &#8220; in GeneralLocalizedText&#8220;. The cause was a loose GameObjectLocalizer component which was created without my realizing it. Deleting it removed the warning, but not until I spent some hours searching the forums. Well, not finding anything should have been a hint for me that the mistake was on my side rather than a bug in the package.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">My Conclusion<\/h2>\n\n\n\n<p>The Unity Localization package requires some practicing and experimenting before you know its peculiarities. But after getting used to, its a mighty and efficient tool. For previous projects, I had been using <a href=\"https:\/\/assetstore.unity.com\/packages\/tools\/localization\/lean-localization-28504\" target=\"_blank\" rel=\"noreferrer noopener\">Lean Localization<\/a> by <a href=\"http:\/\/carloswilkes.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Carlos Wilkes<\/a>, but for Network Traders, I will give this package a shot. It integrates very well with the Unity editor, and includes some features I do not currently use but might need in the future.<\/p>\n\n\n\n<p>If you are looking for a more comprehensive introduction to the Localization package, try <a href=\"https:\/\/phrase.com\/blog\/posts\/localizing-unity-games-official-localization-package\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">this tutorial<\/a>. And if you tried it yourself and found some obstacles I haven&#8217;t run into yet, I&#8217;d be happy if you left a comment.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Almost exactly a year ago I published a quick survey about free localization tools, comparing those available in the asset store. In the meantime, the guys at Unity have developed and finally published version 1.0 of their own Localization package in September this year. I have decided to give it a try for Network Traders. &hellip; <a href=\"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/\" class=\"more-link\"><span class=\"screen-reader-text\">DevBlog: Trying out Unity Localization<\/span> weiterlesen<\/a><\/p>\n","protected":false},"author":1,"featured_media":512,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[229,49,55],"tags":[230,235,231,67],"class_list":["post-509","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-devblog","category-game-development","category-unity-en","tag-devblog","tag-localization","tag-network-traders","tag-unity-en"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>DevBlog: Trying out Unity Localization - Games:Tech:Blog<\/title>\n<meta name=\"description\" content=\"The new Unity Localization package is out, and I tested it for Network Traders. Read about my experiences and how it compares to other tools.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DevBlog: Trying out Unity Localization - Games:Tech:Blog\" \/>\n<meta property=\"og:description\" content=\"The new Unity Localization package is out, and I tested it for Network Traders. Read about my experiences and how it compares to other tools.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/\" \/>\n<meta property=\"og:site_name\" content=\"Games:Tech:Blog\" \/>\n<meta property=\"article:published_time\" content=\"2021-12-28T01:18:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-12T15:51:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.bellingo.de\/blog\/wp-content\/uploads\/2021\/12\/2021-12-28-Localization-Translations.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1005\" \/>\n\t<meta property=\"og:image:height\" content=\"371\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Ingo\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ingo\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/\"},\"author\":{\"name\":\"Ingo\",\"@id\":\"https:\/\/www.bellingo.de\/blog\/#\/schema\/person\/82498f8ac21d11f5948cab6d0a9807e9\"},\"headline\":\"DevBlog: Trying out Unity Localization\",\"datePublished\":\"2021-12-28T01:18:56+00:00\",\"dateModified\":\"2023-05-12T15:51:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/\"},\"wordCount\":525,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.bellingo.de\/blog\/#\/schema\/person\/82498f8ac21d11f5948cab6d0a9807e9\"},\"image\":{\"@id\":\"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.bellingo.de\/blog\/wp-content\/uploads\/2021\/12\/2021-12-28-Localization-Translations.png\",\"keywords\":[\"DevBlog\",\"Localization\",\"Network Traders\",\"Unity\"],\"articleSection\":[\"DevBlog\",\"Game development\",\"Unity\"],\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/\",\"url\":\"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/\",\"name\":\"DevBlog: Trying out Unity Localization - Games:Tech:Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.bellingo.de\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.bellingo.de\/blog\/wp-content\/uploads\/2021\/12\/2021-12-28-Localization-Translations.png\",\"datePublished\":\"2021-12-28T01:18:56+00:00\",\"dateModified\":\"2023-05-12T15:51:40+00:00\",\"description\":\"The new Unity Localization package is out, and I tested it for Network Traders. Read about my experiences and how it compares to other tools.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/#primaryimage\",\"url\":\"https:\/\/www.bellingo.de\/blog\/wp-content\/uploads\/2021\/12\/2021-12-28-Localization-Translations.png\",\"contentUrl\":\"https:\/\/www.bellingo.de\/blog\/wp-content\/uploads\/2021\/12\/2021-12-28-Localization-Translations.png\",\"width\":1005,\"height\":371,\"caption\":\"Part of the localization tables screen with different translations\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.bellingo.de\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DevBlog: Trying out Unity Localization\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.bellingo.de\/blog\/#website\",\"url\":\"https:\/\/www.bellingo.de\/blog\/\",\"name\":\"Games:Tech:Blog\",\"description\":\"A Blog about Games, Technology in Games, and Technology in General\",\"publisher\":{\"@id\":\"https:\/\/www.bellingo.de\/blog\/#\/schema\/person\/82498f8ac21d11f5948cab6d0a9807e9\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.bellingo.de\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/www.bellingo.de\/blog\/#\/schema\/person\/82498f8ac21d11f5948cab6d0a9807e9\",\"name\":\"Ingo\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/www.bellingo.de\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/93a4b9881ee1983f4fafc7e996ce82a42c3a1540c18f7417809c08a19658f167?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/93a4b9881ee1983f4fafc7e996ce82a42c3a1540c18f7417809c08a19658f167?s=96&d=mm&r=g\",\"caption\":\"Ingo\"},\"logo\":{\"@id\":\"https:\/\/www.bellingo.de\/blog\/#\/schema\/person\/image\/\"},\"url\":\"https:\/\/www.bellingo.de\/blog\/author\/ingo\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DevBlog: Trying out Unity Localization - Games:Tech:Blog","description":"The new Unity Localization package is out, and I tested it for Network Traders. Read about my experiences and how it compares to other tools.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/","og_locale":"de_DE","og_type":"article","og_title":"DevBlog: Trying out Unity Localization - Games:Tech:Blog","og_description":"The new Unity Localization package is out, and I tested it for Network Traders. Read about my experiences and how it compares to other tools.","og_url":"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/","og_site_name":"Games:Tech:Blog","article_published_time":"2021-12-28T01:18:56+00:00","article_modified_time":"2023-05-12T15:51:40+00:00","og_image":[{"width":1005,"height":371,"url":"https:\/\/www.bellingo.de\/blog\/wp-content\/uploads\/2021\/12\/2021-12-28-Localization-Translations.png","type":"image\/png"}],"author":"Ingo","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"Ingo"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/#article","isPartOf":{"@id":"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/"},"author":{"name":"Ingo","@id":"https:\/\/www.bellingo.de\/blog\/#\/schema\/person\/82498f8ac21d11f5948cab6d0a9807e9"},"headline":"DevBlog: Trying out Unity Localization","datePublished":"2021-12-28T01:18:56+00:00","dateModified":"2023-05-12T15:51:40+00:00","mainEntityOfPage":{"@id":"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/"},"wordCount":525,"commentCount":0,"publisher":{"@id":"https:\/\/www.bellingo.de\/blog\/#\/schema\/person\/82498f8ac21d11f5948cab6d0a9807e9"},"image":{"@id":"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/#primaryimage"},"thumbnailUrl":"https:\/\/www.bellingo.de\/blog\/wp-content\/uploads\/2021\/12\/2021-12-28-Localization-Translations.png","keywords":["DevBlog","Localization","Network Traders","Unity"],"articleSection":["DevBlog","Game development","Unity"],"inLanguage":"de","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/","url":"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/","name":"DevBlog: Trying out Unity Localization - Games:Tech:Blog","isPartOf":{"@id":"https:\/\/www.bellingo.de\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/#primaryimage"},"image":{"@id":"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/#primaryimage"},"thumbnailUrl":"https:\/\/www.bellingo.de\/blog\/wp-content\/uploads\/2021\/12\/2021-12-28-Localization-Translations.png","datePublished":"2021-12-28T01:18:56+00:00","dateModified":"2023-05-12T15:51:40+00:00","description":"The new Unity Localization package is out, and I tested it for Network Traders. Read about my experiences and how it compares to other tools.","breadcrumb":{"@id":"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/#primaryimage","url":"https:\/\/www.bellingo.de\/blog\/wp-content\/uploads\/2021\/12\/2021-12-28-Localization-Translations.png","contentUrl":"https:\/\/www.bellingo.de\/blog\/wp-content\/uploads\/2021\/12\/2021-12-28-Localization-Translations.png","width":1005,"height":371,"caption":"Part of the localization tables screen with different translations"},{"@type":"BreadcrumbList","@id":"https:\/\/www.bellingo.de\/blog\/devblog-trying-out-unity-localization\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.bellingo.de\/blog\/"},{"@type":"ListItem","position":2,"name":"DevBlog: Trying out Unity Localization"}]},{"@type":"WebSite","@id":"https:\/\/www.bellingo.de\/blog\/#website","url":"https:\/\/www.bellingo.de\/blog\/","name":"Games:Tech:Blog","description":"A Blog about Games, Technology in Games, and Technology in General","publisher":{"@id":"https:\/\/www.bellingo.de\/blog\/#\/schema\/person\/82498f8ac21d11f5948cab6d0a9807e9"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.bellingo.de\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":["Person","Organization"],"@id":"https:\/\/www.bellingo.de\/blog\/#\/schema\/person\/82498f8ac21d11f5948cab6d0a9807e9","name":"Ingo","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.bellingo.de\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/93a4b9881ee1983f4fafc7e996ce82a42c3a1540c18f7417809c08a19658f167?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/93a4b9881ee1983f4fafc7e996ce82a42c3a1540c18f7417809c08a19658f167?s=96&d=mm&r=g","caption":"Ingo"},"logo":{"@id":"https:\/\/www.bellingo.de\/blog\/#\/schema\/person\/image\/"},"url":"https:\/\/www.bellingo.de\/blog\/author\/ingo\/"}]}},"_links":{"self":[{"href":"https:\/\/www.bellingo.de\/blog\/wp-json\/wp\/v2\/posts\/509","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bellingo.de\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bellingo.de\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bellingo.de\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bellingo.de\/blog\/wp-json\/wp\/v2\/comments?post=509"}],"version-history":[{"count":8,"href":"https:\/\/www.bellingo.de\/blog\/wp-json\/wp\/v2\/posts\/509\/revisions"}],"predecessor-version":[{"id":986,"href":"https:\/\/www.bellingo.de\/blog\/wp-json\/wp\/v2\/posts\/509\/revisions\/986"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.bellingo.de\/blog\/wp-json\/wp\/v2\/media\/512"}],"wp:attachment":[{"href":"https:\/\/www.bellingo.de\/blog\/wp-json\/wp\/v2\/media?parent=509"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bellingo.de\/blog\/wp-json\/wp\/v2\/categories?post=509"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bellingo.de\/blog\/wp-json\/wp\/v2\/tags?post=509"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}