mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
added pype's localization file
This commit is contained in:
parent
a69d40add8
commit
270d94f29d
2 changed files with 45 additions and 1 deletions
|
|
@ -1 +1,8 @@
|
|||
kwargs = None
|
||||
import os
|
||||
from avalon.tvpaint.communication_server import register_localization_file
|
||||
|
||||
|
||||
def install():
|
||||
current_dir = os.path.dirname(os.path.abspath(__file__))
|
||||
localization_file = os.path.join(current_dir, "avalon.loc")
|
||||
register_localization_file(localization_file)
|
||||
|
|
|
|||
37
pype/hosts/tvpaint/avalon.loc
Normal file
37
pype/hosts/tvpaint/avalon.loc
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
#-------------------------------------------------
|
||||
#------------ AVALON PLUGIN LOC FILE -------------
|
||||
#-------------------------------------------------
|
||||
|
||||
#Language : English
|
||||
#Version : 1.0
|
||||
#Date : 27/10/2020
|
||||
|
||||
#-------------------------------------------------
|
||||
#------------ COMMON -----------------------------
|
||||
#-------------------------------------------------
|
||||
|
||||
$100 "Pype Tools"
|
||||
|
||||
$10010 "Workfiles"
|
||||
$10020 "Load"
|
||||
$10030 "Create"
|
||||
$10040 "Scene inventory"
|
||||
$10050 "Publish"
|
||||
$10060 "Library"
|
||||
|
||||
#------------ Help -------------------------------
|
||||
|
||||
$20010 "Open workfiles tool"
|
||||
$20020 "Open loader tool"
|
||||
$20030 "Open creator tool"
|
||||
$20040 "Open scene inventory tool"
|
||||
$20050 "Open publisher"
|
||||
$20060 "Open library loader tool"
|
||||
|
||||
#------------ Errors -----------------------------
|
||||
|
||||
$30001 "Can't Open Requester !"
|
||||
|
||||
#-------------------------------------------------
|
||||
#------------ END --------------------------------
|
||||
#-------------------------------------------------
|
||||
Loading…
Add table
Add a link
Reference in a new issue