Code Monkey home page Code Monkey logo

asp-resources-creator's Introduction

Do you have a lot of strings in your ASP project to put in Resources?

This python script makes it fast!

HOW TO

Set the resx file path and the languages you need in the arrays:

Setup

Insert resources path in resources array and the languages of other resource files in the languages array.

EXAMPLE:

# resources where to look for resource keys
resources = [
    r"C:\Users\user\Documents\projects\X\src\WebSite\App_GlobalResources\Resource1.resx",
    r"C:\Users\user\Documents\projects\X\src\WebSite\App_GlobalResources\Resource2.resx",
]
# languages of other resources where to add the resources
languages = [
    "it"
]

Execute

  • Run the script (you need Python ofc):

py script.py

  • Insert the string you want to add:

alt text

  • The camelcase key is creted:

alt text

  • Since the key is not already in the file, it asks you where you want to add the string:

alt text

  • The string is added and some useful snippets are provided:

alt text

  • In visual studio with ResX Manager you can see the added resource:

alt text

#########################################

  • If you try to add again the string, it founds the string in the resources and gives you only the snippets to use it:

alt text

Possible Improvements

  1. If you give a long string input, it generates a long resource key as well
  2. It could also search by the given string (and not only by the resource key)

asp-resources-creator's People

Contributors

rignaneseleo avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.