Skip to content

Commit

Permalink
fix(samples): update moment sample to include i18n diretory
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Jun 6, 2019
1 parent 0451bd8 commit ab02eff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/apps/advanced/momentjs/i18n/en/strings.xml
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<string name="hello_world">Hello, World!</string>
</resources>
4 changes: 4 additions & 0 deletions samples/apps/advanced/momentjs/i18n/es/strings.xml
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<resources>
<string name="hello_world">Hola, Mundo!</string>
</resources>

0 comments on commit ab02eff

Please sign in to comment.