inventory-checker-app icon indicating copy to clipboard operation
inventory-checker-app copied to clipboard

Support for Thailand

Open panteparak opened this issue 2 years ago • 0 comments

Hello,

Great work for creating this app.

It would be great if support for Thailand could be added. I've looked at your source code but do not have the bandwidth nor known Swift enough to be able to test my changes.

However I was able to pinpoint places that need to be added.

(InventoryWatch/Countries.swift)

Country Code: TH
Country(
        name: "Thailand",
        storePathComponent: "/th",
        skuCode: "TH",
        altSkuCode: nil
),

panteparak avatar May 19 '22 07:05 panteparak