tabler icon indicating copy to clipboard operation
tabler copied to clipboard

FR: Ability to paste xml data to key

Open 10Dozen opened this issue 4 years ago • 0 comments

I want to be able to paste xml stuctures to app: (a) To first/any cell of empty line:

<Key ID="STR_CUP_MyKey">
    <Original>Original Itemname</Original>
    <Russian>Russian Itemname</Russian>
    <Japanese>Anime Itemanme</Japanese>
</Key>

(b) To any cell of existing key

    <Original>Original Itemname</Original>
    <Russian>Russian Itemname</Russian>
    <Japanese>Anime Itemanme</Japanese>

and want Tabler to:

  • (a) append structure as a new key with fullfilled cells for specified languages
  • (b) update selected key with given translations (overriding existing and adding new values/languages)

10Dozen avatar Jun 03 '20 13:06 10Dozen