Skip to content

Instantly share code, notes, and snippets.

@v1ld
Created October 29, 2024 01:28
Show Gist options
  • Save v1ld/4f17155a7faba33a90879e8336352e5e to your computer and use it in GitHub Desktop.
Save v1ld/4f17155a7faba33a90879e8336352e5e to your computer and use it in GitHub Desktop.
// Copyright (c) 2024 [email protected]. All Rights Reserved.
//
// Feel free to reuse under the MIT License.
module V1ld.ImprovedNCPDMapFilters.LocalizationPackages
import Codeware.Localization.*
public class English extends ModLocalizationPackage {
protected func DefineTexts() -> Void {
this.Text("ImprovedNCPDMapFilters-UI-Menus-WorldMap-Filter-NcpdScanner-Assaults", "NCPD: Assault");
this.Text("ImprovedNCPDMapFilters-UI-Menus-WorldMap-Filter-NcpdScanner-Suspected", "NCPD: Suspected Crime");
this.Text("ImprovedNCPDMapFilters-UI-Menus-WorldMap-Filter-NcpdScanner-Reported", "NCPD: Reported Crime");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment