Skip to content

Commit

Permalink
Add available language feature
Browse files Browse the repository at this point in the history
  • Loading branch information
shunkosa committed Nov 17, 2023
1 parent 5086948 commit 1e68243
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata">
<description>List of languages available for selection on the setting page in the mobile application</description>
<label>Available Language</label>
<pluralLabel>Available Languages</pluralLabel>
<visibility>Public</visibility>
</CustomObject>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata">
<description>Translated labels for the mobile app</description>
<description>Translated labels in the mobile app for unsupporeted language</description>
<label>Survey Mobile App Localization</label>
<pluralLabel>Localizations</pluralLabel>
<visibility>Public</visibility>
Expand Down

0 comments on commit 1e68243

Please sign in to comment.