[PR #210] [CLOSED] AppResources: Rename the English App resources file to use en #2456

Closed
opened 2025-11-26 23:19:40 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/210
Author: @alistair23
Created: 12/14/2017
Status: Closed

Base: masterHead: alistair/appresources


📝 Commits (1)

  • baff8ed AppResources: Rename the English App resources file to use en

📊 Changes

3 files changed (+4 additions, -4 deletions)

View changed files

📝 src/App/App.csproj (+4 -4)
📝 src/App/Resources/AppResources.en.Designer.cs (+0 -0)
📝 src/App/Resources/AppResources.en.resx (+0 -0)

📄 Description

If the English app resource files aren't using the standard language
format we see GetString() returning NULL on UWP. To fix this rename the
files to include the language identifier.

More information here:
https://support.microsoft.com/en-us/help/839861/a-system-resources-missingmanifestresourceexception-exception-occurs-w

Signed-off-by: Alistair Francis alistair@alistair23.me


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/210 **Author:** [@alistair23](https://github.com/alistair23) **Created:** 12/14/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `alistair/appresources` --- ### 📝 Commits (1) - [`baff8ed`](https://github.com/bitwarden/android/commit/baff8ed773b44dd2a68614171ed33c4360857cd5) AppResources: Rename the English App resources file to use en ### 📊 Changes **3 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/App/App.csproj` (+4 -4) 📝 `src/App/Resources/AppResources.en.Designer.cs` (+0 -0) 📝 `src/App/Resources/AppResources.en.resx` (+0 -0) </details> ### 📄 Description If the English app resource files aren't using the standard language format we see GetString() returning NULL on UWP. To fix this rename the files to include the language identifier. More information here: https://support.microsoft.com/en-us/help/839861/a-system-resources-missingmanifestresourceexception-exception-occurs-w Signed-off-by: Alistair Francis <alistair@alistair23.me> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:19:40 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#2456