Skip to content

Commit

Permalink
translate identify UI
Browse files Browse the repository at this point in the history
  • Loading branch information
mleduque committed Nov 14, 2023
1 parent 8c6bcaa commit bb60fb2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SubtleD_Spell_Tweaks/lib/semi_spont/B3Identify.tph
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ B3Identify_UnidentifiedCount = -1
---------------

function B3Identify_RemainingUsesText()
return "Remaining Identify Uses: "..B3Identify_UseCount
return "%remaining_uses_text%"..B3Identify_UseCount
end

function B3Identify_IdentifySlot(slotinfo)
Expand Down Expand Up @@ -359,6 +359,8 @@ menu
LAF B3_CONTINGENCY_REDIRECT_INSTALL END

COPY ~.../B3Identify-inlined/copy/M_B3IDEN.lua~ ~override~
SPRINT remaining_uses_text @1000
EVALUATE_BUFFER

COPY_EXISTING ~UI.MENU~ ~override~

Expand Down
3 changes: 3 additions & 0 deletions SubtleD_Spell_Tweaks/lib/semi_spont/en_US/semi_spont.tra
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,6 @@ Equipped abilities:

Weight: 0~
//

// identify UI
@1000 = ~Remaining Identify Uses: ~
3 changes: 3 additions & 0 deletions SubtleD_Spell_Tweaks/lib/semi_spont/fr_FR/semi_spont.tra
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,6 @@ Capacités d'équipement :

Poids : 0~
//

// identify UI
@1000 = ~Identifications restantes : ~

0 comments on commit bb60fb2

Please sign in to comment.