<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using esri/intl for t9n messages in a custom widget in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-esri-intl-for-t9n-messages-in-a-custom/m-p/1022277#M71577</link>
    <description>&lt;P&gt;I'm still testing/learning the t9n approach so not sure I'd say this is a best practice example but have a working example here:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/kellyhutchins/arcgis-core-demo-app" target="_blank"&gt;https://github.com/kellyhutchins/arcgis-core-demo-app&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Feb 2021 20:32:06 GMT</pubDate>
    <dc:creator>KellyHutchins</dc:creator>
    <dc:date>2021-02-01T20:32:06Z</dc:date>
    <item>
      <title>Using esri/intl for t9n messages in a custom widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-esri-intl-for-t9n-messages-in-a-custom/m-p/1016461#M71375</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Since 4.18 version of the JS API, there is a new concept for t9n using the esri/intl instead of a dojo/i18n module.&lt;/P&gt;&lt;P&gt;What is a proper way of using the new esri/intl module to localize messages in a custom widget development?&lt;/P&gt;&lt;P&gt;It should be helpful to have a starter project for a custom widget development which should show the best practices reflecting the recent development in the API regarding the Dojo removal (removal of declared, i18n, ...using ES modules?).&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matej&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 17:42:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-esri-intl-for-t9n-messages-in-a-custom/m-p/1016461#M71375</guid>
      <dc:creator>MatejVrtich</dc:creator>
      <dc:date>2021-01-13T17:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using esri/intl for t9n messages in a custom widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-esri-intl-for-t9n-messages-in-a-custom/m-p/1017540#M71412</link>
      <description>&lt;P&gt;Well aside from all the many ESRI conference videos where they demonstrate live and upload the repository, I personally rely on the source code of all the existing widgets, which you can easily find as part of the documentation or ESRI's github.&lt;/P&gt;&lt;P&gt;You have an example for that at the editor widget -&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-js-api/blob/4master/widgets/Editor.tsx" target="_blank"&gt;https://github.com/Esri/arcgis-js-api/blob/4master/widgets/Editor.tsx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jan 2021 23:01:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-esri-intl-for-t9n-messages-in-a-custom/m-p/1017540#M71412</guid>
      <dc:creator>shaylavi</dc:creator>
      <dc:date>2021-01-17T23:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using esri/intl for t9n messages in a custom widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-esri-intl-for-t9n-messages-in-a-custom/m-p/1017623#M71418</link>
      <description>&lt;P&gt;Hi Shay and thank you for your comment.&lt;/P&gt;&lt;P&gt;I'm aware of the resources you provided but I am looking for something more detailed.&lt;/P&gt;&lt;P&gt;As the&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-js-api/blob/4master/widgets/Editor.tsx," target="_blank"&gt;https://github.com/Esri/arcgis-js-api/blob/4master/widgets/Editor.tsx,&lt;/A&gt;&amp;nbsp;it imports "EditorMessages" from&amp;nbsp;"esri/widgets/Editor/t9n/Editor", but this package is not listed in the repo as it is already compiled/bundled.&lt;/P&gt;&lt;P&gt;What I am after is the description of a proper way (best practice) how to work with t9 messages in a custom widget development, which includes the use of this module (more or less documented in the API ref), but also the example of how to bundle the messages in a custom widget for re-use in other apps (using rollup or webpack). I was looking at&amp;nbsp;&lt;A href="https://github.com/Esri/arcgis-js-cli" target="_blank"&gt;https://github.com/Esri/arcgis-js-cli &lt;/A&gt;as it has a template for a custom widget, however it does not use the t9 module at all.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Matej&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 09:01:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-esri-intl-for-t9n-messages-in-a-custom/m-p/1017623#M71418</guid>
      <dc:creator>MatejVrtich</dc:creator>
      <dc:date>2021-01-18T09:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using esri/intl for t9n messages in a custom widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-esri-intl-for-t9n-messages-in-a-custom/m-p/1022277#M71577</link>
      <description>&lt;P&gt;I'm still testing/learning the t9n approach so not sure I'd say this is a best practice example but have a working example here:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/kellyhutchins/arcgis-core-demo-app" target="_blank"&gt;https://github.com/kellyhutchins/arcgis-core-demo-app&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 20:32:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/using-esri-intl-for-t9n-messages-in-a-custom/m-p/1022277#M71577</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2021-02-01T20:32:06Z</dc:date>
    </item>
  </channel>
</rss>

