Skip to content

Localization for error codes. #8

Description

@lcmaquino

I think it's useful to globalize the error codes for the user's language.

One good way to implement this would be by creating .csv metadata files for each specific language. These files could be made available at https://errors.xboxresearch.com/ just like the default ones.

The language-specific files could follow a naming pattern like errormasks.[Language]-[Variant].csv, oserrors.[Language]-[Variant].csv, and postcodes.[Language]-[Variant].csv.

I'm just wondering whether it's necessary to localize all the text columns in those files (such as "Console", "Type", "Code", "Bitmask", "Name", and "Description") or just the "Description" column. For each localized file, we could include only the "Code" and "Description" columns, and retrieve the other columns from the default .csv metadata files.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions