Skip to content

Centralized localizations for all URnetwork interfaces

Notifications You must be signed in to change notification settings

urnetwork/localizations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URnetwork Interface Localizations

Localizations for the URnetwork interfaces.

Development

You can run npm pack to bundle it locally and then npm install ./path-to-localizations-archive.tgz to install it into your URnetwork interface project for testing.

Deployment

  • Make sure everything is committed and pushed to the main branch.
  • Make sure you're logged into npm with npm login.
  • Run npm pack --dry-run to see what will be included in the package.
  • If everything looks good, run npm run release:patch to publish the package. There are also release:minor and release:major scripts available for versioning.
  • Tag it on Github after publishing like git tag vx.y.z and git push --tags.

About

Centralized localizations for all URnetwork interfaces

Resources

Stars

Watchers

Forks

Packages

No packages published