Skip to content

Commit

Permalink
Merge pull request #32 from SFDO-Community/feature/add-available-lang
Browse files Browse the repository at this point in the history
Add available language feature
  • Loading branch information
kdveverka authored Nov 18, 2023
2 parents 5ba605c + 95fb708 commit cc80f10
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 unsupported language</description>
<label>Survey Mobile App Localization</label>
<pluralLabel>Localizations</pluralLabel>
<visibility>Public</visibility>
Expand Down

0 comments on commit cc80f10

Please sign in to comment.