Skip to content

Commit

Permalink
Extract Get Resources out into reusable component
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfheij-sil committed Dec 6, 2024
1 parent 78a2248 commit bcff07c
Show file tree
Hide file tree
Showing 18 changed files with 4,307 additions and 3,995 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ string ProjectId
public string DisplayName { get; set; } = DisplayName;
public string FullName { get; set; } = FullName;
public string BestLanguageName { get; set; } = BestLanguageName;
public string Type { get; set; } = Type.ToString();
public string Type { get; set; } = Type.ToString() + "Resource";
public long Size { get; set; } = Size;
public bool Installed { get; set; } = Installed;
public bool UpdateAvailable { get; set; } = UpdateAvailable;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
"metadata": {},
"localizedStrings": {
"en": {
"%getResources_action%": "Action",
"%getResources_dialog_subtitle%": "Add resources to Home",
"%getResources_dialog_title%": "Get Resources",
"%getResources_filterInput%": "Search by name, language, type",
"%getResources_fullName%": "Full Name",
"%getResources_get%": "Get",
"%getResources_installed%": "Installed",
"%getResources_language%": "Language",
"%getResources_languageFilter%": "Filter by language",
"%getResources_loadingResources%": "Loading resources...",
"%getResources_noResults%": "No results found",
"%getResources_open%": "Open",
"%getResources_remove%": "Remove",
"%getResources_size%": "Size",
"%getResources_type%": "Type",
"%getResources_type_DBL%": "DBL Resource",
"%getResources_type_ER%": "Enhanced Resource",
"%getResources_type_SLR%": "Source Language Text",
"%getResources_type_XR%": "XML Resource",
"%getResources_type_unknown%": "Unknown resource type",
"%getResources_update%": "Update",
"%resources_action%": "Action",
"%resources_dialog_subtitle%": "Add resources to Home",
"%resources_dialog_title%": "Get Resources",
"%resources_filterInput%": "Search by name, language, type",
"%resources_fullName%": "Full Name",
"%resources_get%": "Get",
"%resources_installed%": "Installed",
"%resources_language%": "Language",
"%resources_languageFilter%": "Filter by language",
"%resources_loadingResources%": "Loading resources...",
"%resources_noResults%": "No results found",
"%resources_open%": "Open",
"%resources_remove%": "Remove",
"%resources_size%": "Size",
"%resources_type%": "Type",
"%resources_type_DBL%": "DBL Resource",
"%resources_type_ER%": "Enhanced Resource",
"%resources_type_SLR%": "Source Language Text",
"%resources_type_XR%": "XML Resource",
"%resources_type_unknown%": "Unknown resource type",
"%resources_update%": "Update",
"%mainMenu_openGetResources%": "Get Resources"
}
}
Expand Down
Loading

0 comments on commit bcff07c

Please sign in to comment.