Solution - Internationalization translation is not picking up updates from AEM dictionary
In AEM 6.2/6.3/6.4 we started seeing the i18n translations changes are not reflected until we restart "org.apache.sling.i18n" bundle.
By adding below config file the translation changes will reflect without restarting the i18n bundle
File name: org.apache.sling.i18n.impl.JcrResourceBundleProvider.xml
File Content:
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="sling:OsgiConfig"
resource.paths="[/etc/pdc/i18n,/apps,/libs,/content]"/>

